Re-built with libacl

This commit is contained in:
2020-08-23 08:02:18 -05:00
parent 16bf1ae02a
commit a836eee8af

View File

@@ -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')