diff --git a/core/baseinit/build b/core/baseinit/build index ee8793f5..46440db4 100755 --- a/core/baseinit/build +++ b/core/baseinit/build @@ -7,4 +7,6 @@ cp -R lib "$1/usr/lib" # Disable warning as CFLAGS must work this way. # shellcheck disable=2086 -"${CC:-cc}" -o "$1/usr/bin/kpow" bin/kpow.c $CFLAGS -static +for bin in kpow kall; do + "${CC:-cc}" -o "$1/usr/bin/$bin" "bin/$bin.c" $CFLAGS -static +done diff --git a/core/baseinit/checksums b/core/baseinit/checksums index eb9ed4d5..be05bf93 100644 --- a/core/baseinit/checksums +++ b/core/baseinit/checksums @@ -1 +1 @@ -15a9274ec25cd952b42a2d7c4b8ce97a886f5bd66dc9293f1cbca05a73e25022 0.4.4.tar.gz +798b502676e7e991d57b0c06a8ed97ed7bd93d3c307701ba27fde1865bfbf104 0.5.0.tar.gz diff --git a/core/baseinit/sources b/core/baseinit/sources index 82950c69..40cd4694 100644 --- a/core/baseinit/sources +++ b/core/baseinit/sources @@ -1 +1 @@ -https://github.com/kisslinux/init/archive/0.4.4.tar.gz +https://github.com/kisslinux/init/archive/0.5.0.tar.gz diff --git a/core/baseinit/version b/core/baseinit/version index 1815ed01..0c9ae2a7 100644 --- a/core/baseinit/version +++ b/core/baseinit/version @@ -1 +1 @@ -0.4.4 1 +0.5.0 1