Corrected bug in usher where /etc/rc* directories were not properly created

This commit is contained in:
2017-10-17 15:19:06 -05:00
parent 7ec9cd6634
commit f0c072202c
2 changed files with 2 additions and 2 deletions

View File

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