The following changes were made:
* REPO added to Makefile * usher now uses /bin/sh * Removed TARGET from usher
This commit is contained in:
3
Makefile
3
Makefile
@@ -11,10 +11,11 @@
|
||||
DEPENDS = glibc,ncurses
|
||||
ARCH = x86_64
|
||||
URL = https://gitlab.com/procps-ng/procps
|
||||
REPO = core
|
||||
BRIEF = Utilities providing process information
|
||||
DESC = procps is a set of command line and full-screen utilities that provide \
|
||||
information out of the pseudo-filesystem most commonly located at /proc
|
||||
SNAPVER = 3
|
||||
SNAPVER = 4
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
|
||||
Reference in New Issue
Block a user