use wget -c

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-08-02 08:15:05 +07:00
parent 86e20ce4e4
commit 224cc5c683
3 changed files with 3 additions and 9 deletions

View file

@ -36,9 +36,7 @@ if [ -z "$ARCH" ]; then
export ARCH
fi
if [ ! -f $PRGNAM-$VERSION.tar.bz2 ]; then
wget http://files.itstool.org/itstool/$PRGNAM-$VERSION.tar.bz2
fi
wget -c http://files.itstool.org/itstool/$PRGNAM-$VERSION.tar.bz2
NUMJOBS=${NUMJOBS:-" -j8 "}

View file

@ -36,9 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
if [ ! -f $PRGNAM-$VERSION.tar.xz ]; then
wget ftp://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.6/$PRGNAM-$VERSION.tar.xz
fi
wget -c ftp://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.6/$PRGNAM-$VERSION.tar.xz
NUMJOBS=${NUMJOBS:-" -j8 "}

View file

@ -36,9 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
if [ ! -f $PRGNAM-$VERSION.tar.xz ]; then
wget ftp://ftp.gnome.org/pub/gnome/sources/yelp-xsl/3.6/$PRGNAM-$VERSION.tar.xz
fi
wget -c ftp://ftp.gnome.org/pub/gnome/sources/yelp-xsl/3.6/$PRGNAM-$VERSION.tar.xz
NUMJOBS=${NUMJOBS:-" -j8 "}