From 2945e869ad264c3af03f15266c414d2f54205de7 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 9 Oct 2016 10:19:36 -0500 Subject: [PATCH] Escaped double quotes in package description --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')