summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wilsdon <josh@wilsdon.ca>2011-08-02 21:12:49 +0000
committerJosh Wilsdon <josh@wilsdon.ca>2011-08-02 21:12:49 +0000
commit713c32b302bc536ff68d9f886f3cc43f5bd6b40d (patch)
tree57873158c08227b331f15ff696e9ee2b46be113e
parent6cfe9254bc760ee5b8edcc35b6f767f00aabcb6f (diff)
downloadillumos-kvm-cmd-713c32b302bc536ff68d9f886f3cc43f5bd6b40d.tar.gz
[HVM-489] build kvm-cmd with png support for VNC (fix so tar is gtar).
-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}