From 713c32b302bc536ff68d9f886f3cc43f5bd6b40d Mon Sep 17 00:00:00 2001 From: Josh Wilsdon Date: Tue, 2 Aug 2011 21:12:49 +0000 Subject: [HVM-489] build kvm-cmd with png support for VNC (fix so tar is gtar). --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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} -- cgit v1.2.3