diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-12 22:56:36 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:57:56 -0600 |
commit | a3ca2c33f0ffe348734af32a6162c5d7ddf01b62 (patch) | |
tree | c62953343b9071f11e101e4c8b9b48416278f652 /ham/xgridloc | |
parent | c3258a752b795b17424a1af2d870474bf34a9cb5 (diff) | |
download | slackbuilds-a3ca2c33f0ffe348734af32a6162c5d7ddf01b62.tar.gz |
ham/xgridloc: Fixed PKGTYPE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/xgridloc')
-rw-r--r-- | ham/xgridloc/xgridloc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/xgridloc/xgridloc.SlackBuild b/ham/xgridloc/xgridloc.SlackBuild index 759984fa27..6c74a8c799 100644 --- a/ham/xgridloc/xgridloc.SlackBuild +++ b/ham/xgridloc/xgridloc.SlackBuild @@ -102,4 +102,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG${PKGTYPE:-.tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |