diff --git a/Makefile b/Makefile index cca990e..8df74f7 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ DEPENDS = zlib ARCH = x86_64 URL = http://www.darwinsys.com/file/ -DESC = The file command is "a file type guesser", that is, a command-line \ +DESC = The file command is \"a file type guesser\", that is, a command-line \ tool that tells you in words what kind of data a file contains. -SNAPVER = sr0 +SNAPVER = sr1 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')