Escaped double quotes in package description
This commit is contained in:
4
Makefile
4
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')
|
||||
|
||||
Reference in New Issue
Block a user