From a836eee8af6c7ffa1bdaff0fe0873a084c215858 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 23 Aug 2020 08:02:18 -0500 Subject: [PATCH] Re-built with libacl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71ab8ec..3642f5b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ REPO = core BRIEF = Basic file, shell, and text utilities DESC = The GNU Core Utilities are the basic file, shell and text \ manipulation utilities of the GNU operating system. -SLVER = 3 +SLVER = 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')