aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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