The following changes were made:

* Added REPO to Makefile
  * usher now uses /bin/sh
  * Removed TARGET from usher
This commit is contained in:
2018-03-29 13:04:07 -05:00
parent f0c072202c
commit 69a8473bec
2 changed files with 7 additions and 6 deletions

View File

@@ -11,10 +11,11 @@
DEPENDS = glibc
ARCH = x86_64
URL = https://savannah.nongnu.org/projects/sysvinit
REPO = core
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 = 8
SNAPVER = 9
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')