Escaped double quotes in package description

This commit is contained in:
2016-10-09 10:19:36 -05:00
parent e0ac4ae730
commit 2945e869ad

View File

@@ -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')