diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-31 20:36:24 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-04 00:56:42 -0500 |
commit | fd4b99c2a975c88a322e2008d40af2c484acbd1e (patch) | |
tree | 795a01f48c770d88e581ce93355a578977ffac31 /audio/audacity/audacity.SlackBuild | |
parent | 351f895700a314b0f4186884f33b00e92bd89ed1 (diff) | |
download | slackbuilds-fd4b99c2a975c88a322e2008d40af2c484acbd1e.tar.gz |
audio/audacity: Update to 1.3.12
Signed-off-by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'audio/audacity/audacity.SlackBuild')
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 81837b6fb3..e893980d6e 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Audacity -# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com> +# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=1.3.7 -BUILD=${BUILD:-3} +VERSION=1.3.12 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -80,9 +80,9 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP || exit 1 -rm -rf $PRGNAM-minsrc-$VERSION -tar xvf $CWD/$PRGNAM-minsrc-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-src-$VERSION || exit 1 +rm -rf $PRGNAM-minsrc-$VERSION-beta +tar xvf $CWD/$PRGNAM-minsrc-$VERSION-beta.tar.bz2 || exit 1 +cd $PRGNAM-src-$VERSION-beta || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |