summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 4e894fc..a56e458 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,7 @@ 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 | \
- tar -zxf -)
+ gtar -zxf -)
if [[ $? != "0" || ! -d ${PNGDIR} ]]; then
echo "Failed to get libpng."
rm -rf ${PNGDIR}