]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sdcc: small fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 4 Oct 2007 02:14:00 +0000 (02:14 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 4 Oct 2007 02:14:00 +0000 (02:14 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1407 370017ae-e619-0410-ac65-c121f96126d4

dev/embedded/sdcc/sdcc.SlackBuild

index fd83f1f284ed27061fc47ab46250f63157548782..511a1f83ba6e7a107a0d479f704c78252491cb9e 100755 (executable)
@@ -86,7 +86,7 @@ fi
 # Untar
 cd "$TMP"
 tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
-cd "$TMP/$PKG_NAME-$SRC_VERSION" # Check if that can be changed to 'cd "$PKG_SRC"'
+cd "$TMP/$PKG_NAME"
 
 # Configure
 CFLAGS="$SLKCFLAGS" \