aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rwxr-xr-xcore/sinit/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sinit/build b/core/sinit/build
index f543146d..e85d78aa 100755
--- a/core/sinit/build
+++ b/core/sinit/build
@@ -3,4 +3,5 @@
make CFLAGS="$CFLAGS -static" PREFIX=/usr DESTDIR="$1" install
ln -s sinit "$1/usr/bin/init"
-install -Dm755 -t "$1/usr/bin" poweroff reboot
+install -Dm755 poweroff "$1/usr/bin/poweroff"
+install -Dm755 reboot "$1/usr/bin/reboot"