From 6513effe5215e69d2bd36f5f1f04fb0eb2fb5b79 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Apr 2021 11:04:25 +0300 Subject: minit: drop package --- core/minit/build | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 core/minit/build (limited to 'core/minit/build') 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" -- cgit v1.2.3