projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fab25
)
sys-apps/attr: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:32 +0000
(17:23 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:32 +0000
(17:23 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sys-apps/attr/attr-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/attr/attr-9999.ebuild
b/sys-apps/attr/attr-9999.ebuild
index 1d01d82440c36b72add2cc8375ed107f7f971e77..69002768531442db6c6c58305c8e1a85319e3fbc 100644
(file)
--- 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[@]}"