mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
use wget -c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
86e20ce4e4
commit
224cc5c683
3 changed files with 3 additions and 9 deletions
4
deps/itstool/itstool.SlackBuild
vendored
4
deps/itstool/itstool.SlackBuild
vendored
|
@ -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 "}
|
||||
|
||||
|
|
4
deps/yelp-tools/yelp-tools.SlackBuild
vendored
4
deps/yelp-tools/yelp-tools.SlackBuild
vendored
|
@ -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 "}
|
||||
|
||||
|
|
4
deps/yelp-xsl/yelp-xsl.SlackBuild
vendored
4
deps/yelp-xsl/yelp-xsl.SlackBuild
vendored
|
@ -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 "}
|
||||
|
||||
|
|
Loading…
Reference in a new issue