From 8f13b30977040ab5e2cf16b8edea1ceadf29efd9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 00:35:29 +0300 Subject: shinit: use clinst --- extra/shinit/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extra/shinit/build') diff --git a/extra/shinit/build b/extra/shinit/build index 0b82a3b2..8e362b4a 100755 --- a/extra/shinit/build +++ b/extra/shinit/build @@ -1,7 +1,5 @@ #!/bin/sh -e -install -Dm755 shinit "$1/usr/bin/shinit" -install -Dm755 poweroff "$1/usr/bin/poweroff" - +clinst -Dm755 -t "$1/usr/bin" shinit poweroff ln -s shinit "$1/usr/bin/init" ln -s poweroff "$1/usr/bin/reboot" -- cgit v1.2.3