aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-19 21:00:40 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-19 21:00:40 +0000
commit0a87fcb2abc43f83b24425482006847d8e17cc5e (patch)
tree33087961c5ea5e49d203debcd92defbe540007a1
parent619026c5204942d51ae6e9e12bf83d4936821a1b (diff)
downloadslackbuilds-0a87fcb2abc43f83b24425482006847d8e17cc5e.tar.gz
slackbuilds-0a87fcb2abc43f83b24425482006847d8e17cc5e.tar.bz2
feast update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@461 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xfeast/feast.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/feast/feast.SlackBuild b/feast/feast.SlackBuild
index b7ac6cb9..3826665f 100755
--- a/feast/feast.SlackBuild
+++ b/feast/feast.SlackBuild
@@ -50,7 +50,7 @@ ERROR_PATCH=40
RTOOL="wget"
PACKAGE_EXT="tgz"
-SRC="$PACKAGE-$VERSION.$PACKAGE_EXT"
+SRC="$PACKAGE"_"$VERSION.$PACKAGE_EXT"
URL="http://www.hick.org/~raffi/download/$SRC"
SRC_DIR="$SRC_DIR/$PACKAGE"
@@ -66,7 +66,7 @@ mkdir -p $TMP
cd $TMP
tar xvf $SRC_DIR/$SRC || exit $ERROR_TAR
-cd $PACKAGE-$VERSION
+cd "$PACKAGE"_"$VERSION"
if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff || exit $ERROR_PATCH