Escaped double quotes in package description
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,9 +11,9 @@
|
|||||||
DEPENDS = zlib
|
DEPENDS = zlib
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = http://www.darwinsys.com/file/
|
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.
|
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)
|
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