diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-18 21:13:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-20 02:27:21 +0700 |
commit | cb64cf8a16f2104e05edc75b9a7f1d0bc005ea92 (patch) | |
tree | a737255629bf90947dcd20b7d417db338cc45c7d /games/frotz/frotz.SlackBuild | |
parent | a04b54d3ac2070155640a18641835596ead01fb1 (diff) | |
download | slackbuilds-cb64cf8a16f2104e05edc75b9a7f1d0bc005ea92.tar.gz |
games/frotz: Fix PKGTYPE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/frotz/frotz.SlackBuild')
-rw-r--r-- | games/frotz/frotz.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild index 3110ac572d..fdbacb5778 100644 --- a/games/frotz/frotz.SlackBuild +++ b/games/frotz/frotz.SlackBuild @@ -78,4 +78,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |