diff options
author | alkos333 <me@alkos333.net> | 2010-05-13 00:22:08 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:08 +0200 |
commit | 32fdacb033ecfbdc1b2d9bf971328c3057fb108b (patch) | |
tree | 2a8e98f5a4094bfc448263f99a0ffeea77444ef6 /audio/speex/speex.SlackBuild | |
parent | c46246d1a96c528df5b95a0f70d11e1fe61a96c1 (diff) | |
download | slackbuilds-32fdacb033ecfbdc1b2d9bf971328c3057fb108b.tar.gz |
audio/speex: Updated for version 1.2rc1
Diffstat (limited to 'audio/speex/speex.SlackBuild')
-rw-r--r-- | audio/speex/speex.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/speex.SlackBuild b/audio/speex/speex.SlackBuild index 301b25e500..d2b665f2cd 100644 --- a/audio/speex/speex.SlackBuild +++ b/audio/speex/speex.SlackBuild @@ -93,4 +93,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} |