aboutsummaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rwxr-xr-xmedia/sound/audacity/audacity.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media/sound/audacity/audacity.SlackBuild b/media/sound/audacity/audacity.SlackBuild
index 7078ef93..cec70e9a 100755
--- a/media/sound/audacity/audacity.SlackBuild
+++ b/media/sound/audacity/audacity.SlackBuild
@@ -64,11 +64,11 @@ cd $TMP
tar xvf$tarflag $SRC_DIR/$SRC
-#if [ "$VERSION" == "1.3.0b" ]; then
-# cd $PACKAGE-src-$VERSION-beta
-#else
+if [ "$VERSION" == "1.3.2" ]; then
+ cd $PACKAGE-src-$VERSION-beta
+else
cd $PACKAGE-src-$VERSION
-#fi
+fi
if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff