commit:     2ac32aa58b23e3ba81c72ca9c17c35fb6c6ea150
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:23:58 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:23:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac32aa5

x11-misc/wbarconf: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/wbarconf/wbarconf-0.7.2.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.2-r3.ebuild 
b/x11-misc/wbarconf/wbarconf-0.7.2.2-r3.ebuild
index 2c5f19167c2..2de548435db 100644
--- a/x11-misc/wbarconf/wbarconf-0.7.2.2-r3.ebuild
+++ b/x11-misc/wbarconf/wbarconf-0.7.2.2-r3.ebuild
@@ -33,7 +33,7 @@ src_compile() {
 }
 
 src_install() {
-       ./install.sh "${ED%/}/usr" || die "./install.sh failed"
+       ./install.sh "${ED}/usr" || die "./install.sh failed"
        if [[ "${P}" != "${PF}" ]]; then
                mv "${ED}"/usr/share/doc/{${P},${PF}} || die
        fi

Reply via email to