aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/sinit/build')
-rwxr-xr-xcore/sinit/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/sinit/build b/core/sinit/build
new file mode 100755
index 00000000..182d70cf
--- /dev/null
+++ b/core/sinit/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+make CFLAGS="$CFLAGS -static" PREFIX=/usr DESTDIR="$1" install
+mv "$1/usr/bin/sinit" "$1/usr/bin/init"
+
+install -Dm755 poweroff "$1/usr/bin/poweroff"
+install -Dm755 reboot "$1/usr/bin/reboot"
+
+install -Dm644 sinit-launch-services.boot "$1/etc/init/sinit-launch-services.boot"
+install -Dm644 sinit.post.shutdown "$1/etc/init/sinit.post.shutdown"
+install -Dm644 sinit.pre.shutdown "$1/etc/init/sinit.pre.shutdown"