summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:23:38 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:23:38 +0100
commit66763447cda1656b0f74ecb5f7550d95efba06b9 (patch)
treee972567e7ef6368e11d71bd8ac895904857377c5 /sys-block
parentsys-apps/lm-sensors: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-66763447cda1656b0f74ecb5f7550d95efba06b9.tar.gz
gentoo-66763447cda1656b0f74ecb5f7550d95efba06b9.tar.bz2
gentoo-66763447cda1656b0f74ecb5f7550d95efba06b9.zip
sys-block/f3: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/f3/f3-7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/f3/f3-7.2.ebuild b/sys-block/f3/f3-7.2.ebuild
index 11b6e4fcd9d0..026dd140fefb 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