From 40d401ed86950d67f4871ee2d60ed80c1a3e6744 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 16 Oct 2006 13:36:31 +0000 Subject: fluidsynth: changed version to 1.0.7a git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@396 370017ae-e619-0410-ac65-c121f96126d4 --- fluidsynth/fluidsynth.SlackBuild | 9 +++++++-- 1 file 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 -- cgit v1.2.3