x11-misc/wdm: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:24:01 +0000 (17:24 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:24:01 +0000 (17:24 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
x11-misc/wdm/wdm-1.28-r5.ebuild

index f31e2f6ea263ea3d564bff7fb83eb66e5b8b38e2..d6edd5dca1239e4218f91fd7181704117e500c49 100644 (file)
@@ -52,6 +52,6 @@ src_configure() {
 src_install() {
        default
 
-       rm -f "${ED%/}"/etc/pam.d/wdm || die
+       rm -f "${ED}"/etc/pam.d/wdm || die
        pamd_mimic system-local-login wdm auth account password session
 }