Skip to content

Commit

Permalink
Download pre-requisites from OmniOS mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Mar 27, 2019
1 parent 2985bce commit 7318242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7318242

Please sign in to comment.