--progress=bar:force doesn't display in dialog so remove :force

This commit is contained in:
chess.griffin 2008-09-04 14:23:29 +00:00
parent 92007382e1
commit 995d38f6da

View File

@ -740,7 +740,7 @@ if [ ! -e $PKGPATH/$SRCNAME ]; then
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
else
cd $SRCDIR
wget -t 5 -T 10 --progress=bar:force $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
wget -t 5 -T 10 --progress=bar $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
cd -
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
fi