diff options
Diffstat (limited to 'multimedia/google-earth/google-earth.SlackBuild')
-rw-r--r-- | multimedia/google-earth/google-earth.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/google-earth/google-earth.SlackBuild b/multimedia/google-earth/google-earth.SlackBuild index 7d48e3eb5920..0e98637d8c99 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 \ |