summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-09-22 21:20:31 +0000
committerRobert Mustacchi <rm@joyent.com>2011-09-22 21:20:31 +0000
commit4efb25a9fd0429f0cc450bf14ae6d188bab89a68 (patch)
tree5832a0a81574f3ace86fa9098aedc84d0760fbcd
parent6a89c2781b089ef1d1076a7d4d19cd7af2a6221c (diff)
downloadillumos-kvm-cmd-4efb25a9fd0429f0cc450bf14ae6d188bab89a68.tar.gz
HVM-665 ftp download for libpng needs to be hosted locally
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c87c930..1d933e1 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ PNGINC="${PNGDIR}/proto/usr/local/include"
PNGLIB="${PNGDIR}/proto/usr/local/lib"
if [[ ! -d ${PNGDIR} ]]; then
- (curl ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.4.tar.gz | \
+ (curl -k https://download.joyent.com/pub/kvm-cmd/libpng-1.5.4.tar.gz | \
gtar -zxf -)
if [[ $? != "0" || ! -d ${PNGDIR} ]]; then
echo "Failed to get libpng."