diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-09-22 21:20:31 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-09-22 21:20:31 +0000 |
commit | 4efb25a9fd0429f0cc450bf14ae6d188bab89a68 (patch) | |
tree | 5832a0a81574f3ace86fa9098aedc84d0760fbcd | |
parent | 6a89c2781b089ef1d1076a7d4d19cd7af2a6221c (diff) | |
download | illumos-kvm-cmd-4efb25a9fd0429f0cc450bf14ae6d188bab89a68.tar.gz |
HVM-665 ftp download for libpng needs to be hosted locally
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |