From 155693efb8c44f1b0169c1b348e6be93a24922de Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 15 May 2020 21:07:37 +0300 Subject: sinit: portable install calls --- core/sinit/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3