From 7318242978b07784a7d7ae535a7b02bdead5478b Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Wed, 27 Mar 2019 08:37:21 +0000 Subject: [PATCH] Download pre-requisites from OmniOS mirror --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0e199f7..577e810 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ if [[ "$PRIMARY_COMPILER_VER" -gt 4 ]]; then fi if [[ ! -d ${PNGDIR} ]]; then - (curl -k https://download.joyent.com/pub/kvm-cmd/libpng-1.5.4.tar.gz | \ + (curl -k https://mirrors.omniosce.org/libpng/libpng-1.5.4.tar.gz | \ gtar -zxf -) if [[ $? != "0" || ! -d ${PNGDIR} ]]; then echo "Failed to get libpng."