diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-26 11:04:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-26 11:04:25 +0300 |
commit | 6513effe5215e69d2bd36f5f1f04fb0eb2fb5b79 (patch) | |
tree | a8d9a7995f13e56d3cf16313eac059b91ed84dc8 /core/minit/build | |
parent | 0a23b559a7f77be0ed91d7c9625eac5566ccc7ba (diff) | |
download | repository-6513effe5215e69d2bd36f5f1f04fb0eb2fb5b79.tar.gz |
minit: drop package
Diffstat (limited to 'core/minit/build')
-rwxr-xr-x | core/minit/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/minit/build b/core/minit/build deleted file mode 100755 index 38a9de6f..00000000 --- a/core/minit/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -make -make DESTDIR="$1" PREFIX=/usr install - -ln -s minit "$1/usr/bin/init" - -install -Dm755 reboot "$1/usr/bin/reboot" -install -Dm755 poweroff "$1/usr/bin/poweroff" -install -Dm644 minit.post.shutdown "$1/etc/init/minit.post.shutdown" |