commit: b9844427fd1cda5eb2b83b818a9e9787e65dc798
Author: Jonas Toth <gentoo <AT> jonas-toth <DOT> eu>
AuthorDate: Fri Nov 28 18:29:19 2025 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Nov 28 18:29:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9844427
sci-geosciences/google-earth-pro: fix linting issues
Signed-off-by: Jonas Toth <gentoo <AT> jonas-toth.eu>
.../google-earth-pro/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
}
-