diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:04:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:04:20 +0300 |
commit | 854fb1e48bae35432fc07dc5f52f4225d46c0247 (patch) | |
tree | 08c733fc923670fcf9f3f67c8d7b24484a4da048 | |
parent | c6881bfdecd95345ce80df5823269fc168d2dc4e (diff) | |
download | repository-854fb1e48bae35432fc07dc5f52f4225d46c0247.tar.gz |
sinit: use clinst
-rwxr-xr-x | core/sinit/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sinit/build b/core/sinit/build index e85d78aa..288f4a53 100755 --- a/core/sinit/build +++ b/core/sinit/build @@ -3,5 +3,5 @@ make CFLAGS="$CFLAGS -static" PREFIX=/usr DESTDIR="$1" install ln -s sinit "$1/usr/bin/init" -install -Dm755 poweroff "$1/usr/bin/poweroff" -install -Dm755 reboot "$1/usr/bin/reboot" +clinst -Dm755 poweroff "$1/usr/bin/poweroff" +clinst -Dm755 reboot "$1/usr/bin/reboot" |