graphics/mtpaint: Fix a quoting issue.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-12-13 13:43:17 -06:00
parent c1a0adf130
commit 87524534a1

View file

@ -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 .