diff options
author | Luis Henrique <lmello.009@gmail.com> | 2010-05-13 00:21:44 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:21:44 +0200 |
commit | f83b05207eec77737df63f47f24023adb8a999b0 (patch) | |
tree | a4bff973340108f31a47c5e7a0c049012e7e39c2 /audio/mpc123/mpc123.SlackBuild | |
parent | b8825037dded5b0a881f8df5ba5ed2358c9716e2 (diff) | |
download | slackbuilds-f83b05207eec77737df63f47f24023adb8a999b0.tar.gz |
audio/mpc123: Updated for version 0.2.4
Diffstat (limited to 'audio/mpc123/mpc123.SlackBuild')
-rw-r--r-- | audio/mpc123/mpc123.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpc123/mpc123.SlackBuild b/audio/mpc123/mpc123.SlackBuild index 54564de320..10dd3b4d07 100644 --- a/audio/mpc123/mpc123.SlackBuild +++ b/audio/mpc123/mpc123.SlackBuild @@ -74,4 +74,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} |