Added patch to disable building binaries provided by util-linux

This commit is contained in:
2016-10-24 13:53:18 -05:00
parent 5a617a21ec
commit 9dd4aea776
2 changed files with 87 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ ARCH = x86_64
URL = https://savannah.nongnu.org/projects/sysvinit
DESC = System V style init programs original written by Miquel van Smoorenburg \
that control the booting and shutdown of your system
SNAPVER = sr0
SNAPVER = sr1
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')