forked from kiss-community/repo
baseinit: bump to 0.4
This commit is contained in:
parent
b9df4faae3
commit
6447193020
@ -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
|
||||
|
@ -1 +1 @@
|
||||
4e1b64555d3440326cd614bdce4d6e3797f9fbb9841c1541a8714fee381936ff 0.3.tar.gz
|
||||
c334ec2395fab8e45800c97b2f032395262ea7e61adc2be2f3b59fd565c292d8 0.4.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
https://github.com/kisslinux/init/archive/0.3.tar.gz
|
||||
https://github.com/kisslinux/init/archive/0.4.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
0.3 1
|
||||
0.4 1
|
||||
|
Loading…
Reference in New Issue
Block a user