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

sys-block/f3: [QA] Fix UnnecessarySlashStrip

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

 sys-block/f3/f3-7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/f3/f3-7.2.ebuild b/sys-block/f3/f3-7.2.ebuild
index 11b6e4fcd9d..026dd140fef 100644
--- a/sys-block/f3/f3-7.2.ebuild
+++ b/sys-block/f3/f3-7.2.ebuild
@@ -56,10 +56,10 @@ src_compile() {
 }
 
 src_install() {
-       emake PREFIX="${ED%/}/usr" install
+       emake PREFIX="${ED}/usr" install
 
        if use extra; then
-               emake PREFIX="${ED%/}/usr" install-extra
+               emake PREFIX="${ED}/usr" install-extra
        fi
 
        einstalldocs

Reply via email to