dev-util/geany-plugins: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:12 +0000 (17:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:12 +0000 (17:22 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/geany-plugins/geany-plugins-1.34.ebuild

index 536edca351fb91c02da947a40e68f3228e13af3a..e0b95277f7f4df6f491f81cd6db81d8cc57bb728 100644 (file)
@@ -141,6 +141,6 @@ src_install() {
 
        # make installs all translations if LINGUAS is empty
        if [[ -z "${LINGUAS-x}" ]]; then
-               rm -r "${ED%/}/usr/share/locale/" || die
+               rm -r "${ED}/usr/share/locale/" || die
        fi
 }