summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:52:20 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:52:20 +0100
commitd572d9433a14de8fe33cf447a8874f27a8d2c20b (patch)
tree3c6f68ccc4f8f40f6ee7f1475e3b9d43d1b976aa /sys-apps/attr
parentsci-physics/root: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-d572d9433a14de8fe33cf447a8874f27a8d2c20b.tar.gz
gentoo-d572d9433a14de8fe33cf447a8874f27a8d2c20b.tar.bz2
gentoo-d572d9433a14de8fe33cf447a8874f27a8d2c20b.zip
sys-apps/attr: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/attr')
-rw-r--r--sys-apps/attr/attr-2.4.48-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/attr/attr-2.4.48-r3.ebuild b/sys-apps/attr/attr-2.4.48-r3.ebuild
index a6f39968dfdb..53966a4fee89 100644
--- a/sys-apps/attr/attr-2.4.48-r3.ebuild
+++ b/sys-apps/attr/attr-2.4.48-r3.ebuild
@@ -40,11 +40,11 @@ multilib_src_configure() {
tc-ld-disable-gold #644048
local myeconfargs=(
- --bindir="${EPREFIX%/}"/bin
+ --bindir="${EPREFIX}"/bin
--enable-shared
$(use_enable static-libs static)
$(use_enable nls)
- --libexecdir="${EPREFIX%/}"/usr/$(get_libdir)
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable debug)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"