diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-20 00:21:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-20 23:59:30 +0700 |
commit | c059a23da644e9d0641e3caef9357bc461a7ceeb (patch) | |
tree | d71eafaa688b94f2bce84c5caee4e41213181ec2 /games/typhoon_2001 | |
parent | 6713c4cdcf475881e2185c99d9de7ef5fc2dc2eb (diff) | |
download | slackbuilds-c059a23da644e9d0641e3caef9357bc461a7ceeb.tar.gz |
games/typhoon_2001: Fixed TAG.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/typhoon_2001')
-rw-r--r-- | games/typhoon_2001/typhoon_2001.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/typhoon_2001/typhoon_2001.SlackBuild b/games/typhoon_2001/typhoon_2001.SlackBuild index a0c3c30a0a..6d4ab2b10e 100644 --- a/games/typhoon_2001/typhoon_2001.SlackBuild +++ b/games/typhoon_2001/typhoon_2001.SlackBuild @@ -72,4 +72,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.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |