Skip to content

Commit 117c47a

Browse files
committed
Set up an alternate download mirror for libtiff.
1 parent c2b910b commit 117c47a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/010-tiff-3.9.4.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# tiff-3.9.4.sh by Jon Limle <[email protected]>
33

44
## Download the source code.
5-
wget --continue ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz
5+
wget --tries 5 --timeout 15 --continue \
6+
ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz \
7+
|| wget --continue \
8+
https://github.com/downloads/ps3dev/ps3libraries/tiff-3.9.4.tar.gz
69

710
## Unpack the source code.
811
rm -Rf tiff-3.9.4 && tar xfvz ./tiff-3.9.4.tar.gz && cd tiff-3.9.4

0 commit comments

Comments
 (0)