summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:24:01 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:24:01 +0100
commit161b656ebba350b9c71e886f82c7448683e7f8da (patch)
tree9217add0d76566a3379c0c1abcca5a5837528425 /x11-misc
parentx11-misc/wbarconf: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-161b656ebba350b9c71e886f82c7448683e7f8da.tar.gz
gentoo-161b656ebba350b9c71e886f82c7448683e7f8da.tar.bz2
gentoo-161b656ebba350b9c71e886f82c7448683e7f8da.zip
x11-misc/wdm: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wdm/wdm-1.28-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/wdm/wdm-1.28-r5.ebuild b/x11-misc/wdm/wdm-1.28-r5.ebuild
index f31e2f6ea263..d6edd5dca123 100644
--- a/x11-misc/wdm/wdm-1.28-r5.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r5.ebuild
@@ -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
}