diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-01 13:38:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-01 13:38:21 +0300 |
commit | 0542a6c3987990b5baf6bf45f4d49074997671e9 (patch) | |
tree | 3bf115420265b3ba3b58e43ef70fe5c8dbd34ca5 /core/sysmgr/build | |
parent | b9609d25f141209c814a3473deb440d72dc72109 (diff) | |
download | repository-0542a6c3987990b5baf6bf45f4d49074997671e9.tar.gz |
sysmgr: add boot, shutdown scripts. add post-install message
Diffstat (limited to 'core/sysmgr/build')
-rwxr-xr-x | core/sysmgr/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sysmgr/build b/core/sysmgr/build index c208b139..9ca3c9a6 100755 --- a/core/sysmgr/build +++ b/core/sysmgr/build @@ -1,3 +1,4 @@ #!/bin/sh -e make DESTDIR="$1" PREFIX=/usr install +install -Dm644 -t "$1/etc/init" sysmgr.boot sysmgr.pre.shutdown |