From b9844427fd1cda5eb2b83b818a9e9787e65dc798 Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Fri, 28 Nov 2025 19:29:19 +0100 Subject: [PATCH] sci-geosciences/google-earth-pro: fix linting issues Signed-off-by: Jonas Toth --- .../google-earth-pro-7.3.6-r1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 } -