diff --git a/sci-geosciences/google-earth-pro/google-earth-pro-7.3.6-r1.ebuild b/sci-geosciences/google-earth-pro/google-earth-pro-7.3.6-r1.ebuild index 1491ff8056..564537a9c3 100644 --- a/sci-geosciences/google-earth-pro/google-earth-pro-7.3.6-r1.ebuild +++ b/sci-geosciences/google-earth-pro/google-earth-pro-7.3.6-r1.ebuild @@ -20,13 +20,12 @@ KEYWORDS="~amd64" RDEPEND="dev-libs/libxml2-compat" src_install() { - doins -r ${S}/usr/bin - doins -r ${S}/opt + doins -r "${S}/usr/bin" + doins -r "${S}/opt" - fperms 0755 /opt/google/earth/pro/googleearth - fperms 0755 /opt/google/earth/pro/googleearth-bin + fperms 0755 /opt/google/earth/pro/googleearth + fperms 0755 /opt/google/earth/pro/googleearth-bin - newicon -s 32 opt/google/earth/pro/product_logo_32.png Google_Earth.png - make_desktop_entry google-earth-pro "Google Earth Pro" Google_Earth + newicon -s 32 opt/google/earth/pro/product_logo_32.png Google_Earth.png + make_desktop_entry google-earth-pro "Google Earth Pro" Google_Earth } -