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