From 87524534a1092b50118179b63554ac896b8f28db Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Mon, 13 Dec 2010 13:43:17 -0600 Subject: [PATCH] graphics/mtpaint: Fix a quoting issue. Signed-off-by: Erik Hanson --- graphics/mtpaint/mtpaint.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mtpaint/mtpaint.SlackBuild b/graphics/mtpaint/mtpaint.SlackBuild index d1b6e6422a..6c84f2b7ab 100644 --- a/graphics/mtpaint/mtpaint.SlackBuild +++ b/graphics/mtpaint/mtpaint.SlackBuild @@ -83,7 +83,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # go ahead and make this in case the handbook is skipped mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -if [ $HANDBOOK = yes ]; then +if [ "$HANDBOOK" = yes ]; then unzip $CWD/${PRGNAM}_handbook-$VERSION.zip cd ${PRGNAM}_handbook-$VERSION chown -R root:root .