aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 13:36:31 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 13:36:31 +0000
commit40d401ed86950d67f4871ee2d60ed80c1a3e6744 (patch)
tree8e6f8329ffb4bfb1ea2641f15620bf38e7b3aef8
parent110d8c67fe0b00d9068809ad3ea5181ea55a0b70 (diff)
downloadslackbuilds-40d401ed86950d67f4871ee2d60ed80c1a3e6744.tar.gz
slackbuilds-40d401ed86950d67f4871ee2d60ed80c1a3e6744.tar.bz2
fluidsynth: changed version to 1.0.7a
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@396 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xfluidsynth/fluidsynth.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/fluidsynth/fluidsynth.SlackBuild b/fluidsynth/fluidsynth.SlackBuild
index 74eccd0c..03685148 100755
--- a/fluidsynth/fluidsynth.SlackBuild
+++ b/fluidsynth/fluidsynth.SlackBuild
@@ -29,7 +29,7 @@ fi
# default settings
PACKAGE="fluidsynth"
ARCH=${ARCH:=i486}
-VERSION=${VERSION:=1.0.7}
+VERSION=${VERSION:=1.0.7a}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
@@ -65,7 +65,12 @@ mkdir -p $TMP
cd $TMP
tar xvf $SRC_DIR/$SRC || exit $ERROR_TAR
-cd $PACKAGE-$VERSION
+
+if [ "$VERSION" == "1.0.7a" ]; then
+ cd $PACKAGE-1.0.7
+else
+ cd $PACKAGE-$VERSION
+fi
if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff