Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a836eee8af |
2
Makefile
2
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')
|
||||
|
||||
Reference in New Issue
Block a user