aboutsummaryrefslogtreecommitdiff
path: root/core/sysmgr
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:21:24 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:21:24 +0300
commitc62d48373b0ddde48133512e513f03cc6b2bfda3 (patch)
tree0aab17b90776766b3468e35a1fb21b5f433c7f23 /core/sysmgr
parentd5a450ae16bdab2ab6553ac770d47bbc04e0c2a0 (diff)
downloadrepository-c62d48373b0ddde48133512e513f03cc6b2bfda3.tar.gz
sysmgr: use clinst
Diffstat (limited to 'core/sysmgr')
-rwxr-xr-xcore/sysmgr/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sysmgr/build b/core/sysmgr/build
index 15625a56..34d336a5 100755
--- a/core/sysmgr/build
+++ b/core/sysmgr/build
@@ -3,4 +3,4 @@
make
make DESTDIR="$1" PREFIX=/usr install
-install -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"
+clinst -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"