app-admin/apache-tools: [QA] Remove unnecessary slash strip
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:44 +0000 (11:10 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:44 +0000 (11:10 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-admin/apache-tools/apache-tools-2.4.39.ebuild
app-admin/apache-tools/apache-tools-2.4.41.ebuild

index 6e1a527d58215cf3829815f0de582acdcd1dc5f0..03b9e8d46a7b0ce399af9ed9fcc2577d06bd6aab 100644 (file)
@@ -90,7 +90,7 @@ src_install() {
 
        # Providing compatiblity symlinks for #177697 (which we'll stop to install
        # at some point).
-       pushd "${ED%/}"/usr/sbin >/dev/null || die
+       pushd "${ED}"/usr/sbin >/dev/null || die
        local i
        for i in *; do
                dosym ${i} /usr/sbin/${i}2
index 986efcd9e69eaa3fae2d7f2ee57cee3a8f947975..19170713b980e8aa405a4f0f0f2eca2e892fbe45 100644 (file)
@@ -90,7 +90,7 @@ src_install() {
 
        # Providing compatiblity symlinks for #177697 (which we'll stop to install
        # at some point).
-       pushd "${ED%/}"/usr/sbin >/dev/null || die
+       pushd "${ED}"/usr/sbin >/dev/null || die
        local i
        for i in *; do
                dosym ${i} /usr/sbin/${i}2