From ebe9a0d868940a4008e5f25029d2a22274415ded Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Fri, 15 May 2020 21:07:51 +0300
Subject: sysmgr: portable install calls

---
 core/sysmgr/build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"
-- 
cgit v1.2.3