diff options
Diffstat (limited to 'repo/core/sysvinit.xibuild')
-rw-r--r-- | repo/core/sysvinit.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/sysvinit.xibuild b/repo/core/sysvinit.xibuild deleted file mode 100644 index a6d4d97..0000000 --- a/repo/core/sysvinit.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(sh glibc) - -SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-3.00.tar.xz -DESC="The sysvinit system for controlling startup, running and shutdown of the system" - -build () { - curl https://www.linuxfromscratch.org/patches/lfs/development/sysvinit-3.01-consolidated-1.patch > sysvinit-3.0.1-consolidated-1.patch - patch -Np1 -i ysvinit-3.01-consolidated-1.patch - - make - make ROOT=$PKG_DEST install -} |