wok rev 590

get-google-earth: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 16 10:19:28 2008 +0000 (2008-04-16)
parents 04130e1a3143
children a53ff5812119
files get-google-earth/stuff/get-google-earth
line diff
     1.1 --- a/get-google-earth/stuff/get-google-earth	Wed Apr 16 10:18:03 2008 +0000
     1.2 +++ b/get-google-earth/stuff/get-google-earth	Wed Apr 16 10:19:28 2008 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  fi
     1.5  
     1.6  # Download tarball
     1.7 -###wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin"
     1.8 +wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
     1.9  chmod +x GoogleEarthLinux.bin
    1.10  
    1.11  VERSION=$(head GoogleEarthLinux.bin | grep ^label | sed 's/.*Linux \(.*\)"/\1/')
    1.12 @@ -26,10 +26,10 @@
    1.13  find fs | cpio -o -H newc | gzip -9 > fs.cpio.gz
    1.14  find /usr/local/google-earth > files.list
    1.15  cat >> files.list <<EOT
    1.16 -/usr/share/applications/defaults.list
    1.17  /usr/share/applications/Google-googleearth.desktop
    1.18  /sbin/googleearth
    1.19  EOT
    1.20 +#/usr/share/applications/defaults.list
    1.21  cat > receipt <<EOT
    1.22  PACKAGE="google-earth"
    1.23  VERSION="$VERSION"
    1.24 @@ -48,5 +48,5 @@
    1.25  tazpkg install google-earth-$VERSION.tazpkg
    1.26  
    1.27  # Clean
    1.28 -###rm -f GoogleEarthLinux.bin
    1.29 +rm -f GoogleEarthLinux.bin
    1.30