sci-geosciences/google-earth-pro: fix linting issues

Signed-off-by: Jonas Toth <gentoo@jonas-toth.eu>
This commit is contained in:
Jonas Toth
2025-11-28 19:29:19 +01:00
parent 73b7467205
commit b9844427fd

View File

@@ -20,8 +20,8 @@ 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
@@ -29,4 +29,3 @@ src_install() {
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
}