# HG changeset patch # User Pascal Bellard # Date 1217664951 0 # Node ID 45650e1226dfd1501bb15858ecbe709e580faf78 # Parent 7e57bf5a8f06fae6c1e6517480d1cefdc918bda2 get-google-earth: use bunzip2 instead of bzip2 -d diff -r 7e57bf5a8f06 -r 45650e1226df get-google-earth/stuff/get-google-earth --- a/get-google-earth/stuff/get-google-earth Fri Aug 01 19:24:09 2008 +0200 +++ b/get-google-earth/stuff/get-google-earth Sat Aug 02 08:15:51 2008 +0000 @@ -18,6 +18,7 @@ # Download tarball wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin chmod +x GoogleEarthLinux.bin +sed -i 's/bzip2 -d/bunzip2/g' GoogleEarthLinux.bin VERSION=$(head GoogleEarthLinux.bin | grep ^label | sed 's/.*Linux \(.*\)"/\1/')