2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

baseinit: bump to 0.4

This commit is contained in:
Dylan Araps 2020-02-05 12:14:43 +02:00
parent b9df4faae3
commit 6447193020
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,10 @@
#!/bin/sh -e
#!/bin/sh -ef
mkdir -p "$1/usr"
mkdir -p "$1/usr/bin"
cp -R etc "$1"
cp -R lib "$1/usr/lib"
# Disable warning as CFLAGS must work this way.
# shellcheck disable=2086
"${CC:-gcc}" -o "$1/usr/bin/kpow" bin/kpow.c $CFLAGS -static

View File

@ -1 +1 @@
4e1b64555d3440326cd614bdce4d6e3797f9fbb9841c1541a8714fee381936ff 0.3.tar.gz
c334ec2395fab8e45800c97b2f032395262ea7e61adc2be2f3b59fd565c292d8 0.4.tar.gz

View File

@ -1 +1 @@
https://github.com/kisslinux/init/archive/0.3.tar.gz
https://github.com/kisslinux/init/archive/0.4.tar.gz

View File

@ -1 +1 @@
0.3 1
0.4 1