diff --git a/core/baseinit/build b/core/baseinit/build index 07aac8e5..e064018c 100755 --- a/core/baseinit/build +++ b/core/baseinit/build @@ -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 diff --git a/core/baseinit/checksums b/core/baseinit/checksums index 872feb34..08421bb7 100644 --- a/core/baseinit/checksums +++ b/core/baseinit/checksums @@ -1 +1 @@ -4e1b64555d3440326cd614bdce4d6e3797f9fbb9841c1541a8714fee381936ff 0.3.tar.gz +c334ec2395fab8e45800c97b2f032395262ea7e61adc2be2f3b59fd565c292d8 0.4.tar.gz diff --git a/core/baseinit/sources b/core/baseinit/sources index 28ef4032..6bf8d8cc 100644 --- a/core/baseinit/sources +++ b/core/baseinit/sources @@ -1 +1 @@ -https://github.com/kisslinux/init/archive/0.3.tar.gz +https://github.com/kisslinux/init/archive/0.4.tar.gz diff --git a/core/baseinit/version b/core/baseinit/version index cc15c623..2bea2661 100644 --- a/core/baseinit/version +++ b/core/baseinit/version @@ -1 +1 @@ -0.3 1 +0.4 1