diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:24 +0300 |
commit | c62d48373b0ddde48133512e513f03cc6b2bfda3 (patch) | |
tree | 0aab17b90776766b3468e35a1fb21b5f433c7f23 | |
parent | d5a450ae16bdab2ab6553ac770d47bbc04e0c2a0 (diff) | |
download | repository-c62d48373b0ddde48133512e513f03cc6b2bfda3.tar.gz |
sysmgr: use clinst
-rwxr-xr-x | core/sysmgr/build | 2 |
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" |