diff options
Diffstat (limited to 'core/sinit/build')
-rwxr-xr-x | core/sinit/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sinit/build b/core/sinit/build index 1466e64d..e51e3f5c 100755 --- a/core/sinit/build +++ b/core/sinit/build @@ -9,7 +9,5 @@ ln -s sinit "$1/usr/bin/init" install -Dm755 poweroff "$1/usr/bin/poweroff" install -Dm755 reboot "$1/usr/bin/reboot" -install -Dm644 sinit-launch-services.boot "$1/etc/init/sinit-launch-services.boot" - # shellcheck disable=2086 "${CC:-gcc}" -o "$1/usr/bin/kpow" init/bin/kpow.c $CFLAGS -static |