mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
add tweak for TiMidity due to SBo fixing the ++/xx issue
This commit is contained in:
parent
850b688845
commit
d4d543fb5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue