diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-13 00:27:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:23 +0200 |
commit | fe4c4078152ac05a68cd6297f1db37e38cb954c9 (patch) | |
tree | e105c7e77d020906f85eae9e01f805d4948115ff /games/tuxnes/tuxnes.SlackBuild | |
parent | e16b1d678679b5e2d1e37209c7626120b124e39f (diff) | |
download | slackbuilds-fe4c4078152ac05a68cd6297f1db37e38cb954c9.tar.gz |
games/tuxnes: Updated for version 0.75
Diffstat (limited to 'games/tuxnes/tuxnes.SlackBuild')
-rw-r--r-- | games/tuxnes/tuxnes.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxnes/tuxnes.SlackBuild b/games/tuxnes/tuxnes.SlackBuild index a57e343e01..2f287dac91 100644 --- a/games/tuxnes/tuxnes.SlackBuild +++ b/games/tuxnes/tuxnes.SlackBuild @@ -103,4 +103,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} |