From d4d543fb5ecbb83a8b7c0fbe7a364d718e666c46 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Thu, 30 Oct 2008 02:19:52 +0000 Subject: [PATCH] add tweak for TiMidity due to SBo fixing the ++/xx issue --- src/usr/bin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 3b89658..7ea1851 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -919,7 +919,7 @@ if [ ! -e $PKGPATH/$SRCNAME ]; then ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME else cd $SRCDIR - DOWNLOADFILE=$(echo $DOWNLOAD | sed -e 's/^.*\///g') + DOWNLOADFILE=$(echo $DOWNLOAD | sed -e 's/^.*\///g;s/\%2B/+/g') #wget -c -t 5 -T $TIMEOUT --progress=bar $DOWNLOAD -O $DOWNLOADFILE || rm -rf $TMP/sbopkg_build.lck # The above line was the old, default code. The line below is # the new addition to capture PID's, allowing a clean abort