diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:27:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:27:27 +0200 |
commit | f2cbc23e6f100f40f5e8ac72a8528d10ae646edf (patch) | |
tree | 0283747002670dc933571f7d88a54f54782712dd /games/uqm_voice/uqm_voice.SlackBuild | |
parent | b97b3b671a0692589395788d70119daa9ff3d411 (diff) | |
download | slackbuilds-f2cbc23e6f100f40f5e8ac72a8528d10ae646edf.tar.gz |
games/uqm_voice: Updated for version 0.6.0
Diffstat (limited to 'games/uqm_voice/uqm_voice.SlackBuild')
-rw-r--r-- | games/uqm_voice/uqm_voice.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild index bbfbaeed96..aa190efe6f 100644 --- a/games/uqm_voice/uqm_voice.SlackBuild +++ b/games/uqm_voice/uqm_voice.SlackBuild @@ -29,4 +29,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} |