diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:27:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:20 +0200 |
commit | 4a36e0595484f879308d682c5fd4c4d06ba10841 (patch) | |
tree | e7ffc48bba08246d2707632221151849c3aeb08e /games/torcs/torcs.SlackBuild | |
parent | 89dafba17708cd5a4f800cb34cea0636c3712708 (diff) | |
download | slackbuilds-4a36e0595484f879308d682c5fd4c4d06ba10841.tar.gz |
games/torcs: Updated for version 1.3.1
Diffstat (limited to 'games/torcs/torcs.SlackBuild')
-rw-r--r-- | games/torcs/torcs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/torcs.SlackBuild b/games/torcs/torcs.SlackBuild index 53f9757c60..29e6bf0143 100644 --- a/games/torcs/torcs.SlackBuild +++ b/games/torcs/torcs.SlackBuild @@ -92,4 +92,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.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |