aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 09:13:44 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 09:13:44 +0300
commit5351c27c89ea6ae17f22f6c684fe3a933f25ec8f (patch)
treee5fad468fb1d404b275eaaa5e78ba5deb29a85e8 /core/sinit/build
parentdee3ccb4a334a9c5d673d7b92b51ec2871a2c12a (diff)
parentcc4e40320b0a0f04cb684e173f454cfc25ffe5d4 (diff)
downloadrepository-5351c27c89ea6ae17f22f6c684fe3a933f25ec8f.tar.gz
Merge branch 'carbs-init-update'
Diffstat (limited to 'core/sinit/build')
-rwxr-xr-xcore/sinit/build2
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