aboutsummaryrefslogtreecommitdiff
path: root/core/sysmgr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-10 12:48:16 +0300
committerCem Keylan <cem@ckyln.com>2020-10-10 12:48:16 +0300
commit84fa2e68a0515f65dd1e9a2f27fb237370d507db (patch)
treed084bd4f2ea7397c8e335e6040af09a9ab82c84a /core/sysmgr/build
parentc853e18cc8287c38effe781835ca5127d3a9812c (diff)
downloadrepository-84fa2e68a0515f65dd1e9a2f27fb237370d507db.tar.gz
sysmgr: switch to C version
Diffstat (limited to 'core/sysmgr/build')
-rwxr-xr-xcore/sysmgr/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sysmgr/build b/core/sysmgr/build
index d62e8832..15625a56 100755
--- a/core/sysmgr/build
+++ b/core/sysmgr/build
@@ -1,5 +1,6 @@
#!/bin/sh -e
+make
make DESTDIR="$1" PREFIX=/usr install
+
install -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"
-install -Dm644 sysmgr.pre.shutdown "$1/etc/init/sysmgr.pre.shutdown"