wok-6.x rev 1172
get-google-earth: use bunzip2 instead of bzip2 -d
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 02 08:15:51 2008 +0000 (2008-08-02) |
parents | 7e57bf5a8f06 |
children | 49490d76a557 |
files | get-google-earth/stuff/get-google-earth |
line diff
1.1 --- a/get-google-earth/stuff/get-google-earth Fri Aug 01 19:24:09 2008 +0200 1.2 +++ b/get-google-earth/stuff/get-google-earth Sat Aug 02 08:15:51 2008 +0000 1.3 @@ -18,6 +18,7 @@ 1.4 # Download tarball 1.5 wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin 1.6 chmod +x GoogleEarthLinux.bin 1.7 +sed -i 's/bzip2 -d/bunzip2/g' GoogleEarthLinux.bin 1.8 1.9 VERSION=$(head GoogleEarthLinux.bin | grep ^label | sed 's/.*Linux \(.*\)"/\1/') 1.10