Re-built with libacl
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ REPO = core
|
|||||||
BRIEF = Basic file, shell, and text utilities
|
BRIEF = Basic file, shell, and text utilities
|
||||||
DESC = The GNU Core Utilities are the basic file, shell and text \
|
DESC = The GNU Core Utilities are the basic file, shell and text \
|
||||||
manipulation utilities of the GNU operating system.
|
manipulation utilities of the GNU operating system.
|
||||||
SLVER = 3
|
SLVER = 4
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user