Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90cc50d135 |
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ URL = https://www.gnu.org/software/libc/
|
|||||||
BRIEF = The GNU C Library
|
BRIEF = The GNU C Library
|
||||||
DESC = The GNU C Library is used as the C library in the GNU system and in \
|
DESC = The GNU C Library is used as the C library in the GNU system and in \
|
||||||
GNU/Linux systems, as well as many other systems that use Linux as the kernel.
|
GNU/Linux systems, as well as many other systems that use Linux as the kernel.
|
||||||
SNAPVER = 3
|
SNAPVER = 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