diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2013-04-24 23:31:14 +0100 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:20:42 -0300 |
commit | 41953e27dc2d49c28e5939395507d201c60ff398 (patch) | |
tree | 68a1fa39ddfbe4c7f1db2e7117f8da043c7236d2 | |
parent | 25db2752c493338598050d68261c3a5497ef44bb (diff) | |
download | slackbuilds-41953e27dc2d49c28e5939395507d201c60ff398.tar.gz |
multimedia/google-earth: Updated for version 7.1.1.1580, fixed perm
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
-rw-r--r-- | multimedia/google-earth/google-earth.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/google-earth/google-earth.info | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/google-earth/google-earth.SlackBuild b/multimedia/google-earth/google-earth.SlackBuild index 7d48e3eb59..0e98637d8c 100644 --- a/multimedia/google-earth/google-earth.SlackBuild +++ b/multimedia/google-earth/google-earth.SlackBuild @@ -29,7 +29,7 @@ # and to Daniel de Kok and Alan_Hicks for their comments. PRGNAM=google-earth -VERSION="7.0.3.8542" +VERSION="7.1.1.1580" ARCH=i386 # Since this is the arch google dictates BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,6 +48,8 @@ cd $PKG ar p $CWD/google-earth-stable_current_i386.deb data.tar.lzma | lzma -d | tar xv cd $PKG chown -R root:root . +# Fix Google braindeadness (and mine) +find . -type d -exec chmod 0755 {} \; find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ diff --git a/multimedia/google-earth/google-earth.info b/multimedia/google-earth/google-earth.info index a79982ea24..93d5a9e145 100644 --- a/multimedia/google-earth/google-earth.info +++ b/multimedia/google-earth/google-earth.info @@ -1,8 +1,8 @@ PRGNAM="google-earth" -VERSION="7.0.3.8542" +VERSION="7.1.1.1580" HOMEPAGE="http://www.google.com/earth/index.html" DOWNLOAD="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb" -MD5SUM="5c0925682acfd90ff93ca91c5fd37254" +MD5SUM="c835be07a0571b10c179a3603cc64b3a" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" |