]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
feast update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 21:00:40 +0000 (21:00 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 21:00:40 +0000 (21:00 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@461 370017ae-e619-0410-ac65-c121f96126d4

feast/feast.SlackBuild

index b7ac6cb9e730d52e3c35461a50a2d7958f3722b0..3826665f0376def4dad3a9f8dd99c45bfbaeeed8 100755 (executable)
@@ -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