summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:23:32 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:23:32 +0100
commitc19e9ebec7a411bb731999125c9a3c259edc713d (patch)
treecb926288f7ccbb1d059e6dd99cd0381bfa377b9e /sys-apps
parentsci-mathematics/msieve: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-c19e9ebec7a411bb731999125c9a3c259edc713d.tar.gz
gentoo-c19e9ebec7a411bb731999125c9a3c259edc713d.tar.bz2
gentoo-c19e9ebec7a411bb731999125c9a3c259edc713d.zip
sys-apps/attr: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/attr/attr-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/attr/attr-9999.ebuild b/sys-apps/attr/attr-9999.ebuild
index 1d01d82440c3..690027685314 100644
--- a/sys-apps/attr/attr-9999.ebuild
+++ b/sys-apps/attr/attr-9999.ebuild
@@ -48,11 +48,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[@]}"