From 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 23:13:19 +0300 Subject: repository: move ubase and sinit to core --- extra/sinit/build | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 extra/sinit/build (limited to 'extra/sinit/build') diff --git a/extra/sinit/build b/extra/sinit/build deleted file mode 100755 index 182d70cf..00000000 --- a/extra/sinit/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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" -- cgit v1.2.3