aboutsummaryrefslogtreecommitdiff
path: root/core/sysmgr
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-15 21:07:51 +0300
committerCem Keylan <cem@ckyln.com>2020-05-15 21:07:51 +0300
commitebe9a0d868940a4008e5f25029d2a22274415ded (patch)
tree90ddd2229866915e4ddc997ee32e780caff73720 /core/sysmgr
parent155693efb8c44f1b0169c1b348e6be93a24922de (diff)
downloadrepository-ebe9a0d868940a4008e5f25029d2a22274415ded.tar.gz
sysmgr: portable install calls
Diffstat (limited to 'core/sysmgr')
-rwxr-xr-xcore/sysmgr/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sysmgr/build b/core/sysmgr/build
index 9ca3c9a6..d62e8832 100755
--- a/core/sysmgr/build
+++ b/core/sysmgr/build
@@ -1,4 +1,5 @@
#!/bin/sh -e
make DESTDIR="$1" PREFIX=/usr install
-install -Dm644 -t "$1/etc/init" sysmgr.boot sysmgr.pre.shutdown
+install -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"
+install -Dm644 sysmgr.pre.shutdown "$1/etc/init/sysmgr.pre.shutdown"