add tweak for TiMidity due to SBo fixing the ++/xx issue

This commit is contained in:
chess.griffin 2008-10-30 02:19:52 +00:00
parent 850b688845
commit d4d543fb5e

View file

@ -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