Added $TARGET to file destinations in usher

This commit is contained in:
2017-07-05 07:27:31 -05:00
parent 320820267e
commit 17845fb7b6
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ URL = https://www.gnu.org/software/libc/
BRIEF = The GNU C Library
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.
SNAPVER = 6
SNAPVER = 7
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')