diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-12-13 13:43:17 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:24 -0600 |
commit | 87524534a1092b50118179b63554ac896b8f28db (patch) | |
tree | 5088c44a83dea274c93ff0ace14d2b4d51dedafa /graphics/mtpaint | |
parent | c1a0adf130a77c22bef182826dd581de9f9c0a4a (diff) | |
download | slackbuilds-87524534a1092b50118179b63554ac896b8f28db.tar.gz |
graphics/mtpaint: Fix a quoting issue.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics/mtpaint')
-rw-r--r-- | graphics/mtpaint/mtpaint.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |