projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c85f3
)
sys-devel/distcc: revert the libdir hack and use /usr/lib/distcc.
author
Benda Xu
<heroxbd@gentoo.org>
Fri, 13 Apr 2018 04:24:06 +0000
(13:24 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Fri, 13 Apr 2018 04:25:34 +0000
(13:25 +0900)
Bug: https://bugs.gentoo.org/651030
Package-Manager: Portage-2.3.28, Repoman-2.3.9
sys-devel/distcc/distcc-3.3.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/distcc/distcc-3.3.ebuild
b/sys-devel/distcc/distcc-3.3.ebuild
index 9802789007705ffdbe2b933a306ffde24215f762..fb9e944df2b1ca6d2f83fd5fb3303237e9819889 100644
(file)
--- a/
sys-devel/distcc/distcc-3.3.ebuild
+++ b/
sys-devel/distcc/distcc-3.3.ebuild
@@
-74,7
+74,7
@@
src_prepare() {
-e "s:@libdir@:/usr/$(get_libdir):" \
"${FILESDIR}/3.2/distcc-config" > "${T}/distcc-config" || die
- hprefixify
-e "s,/lib/,/$(get_libdir)/,"
update-distcc-symlinks.py src/{serve,daemon}.c
+ hprefixify update-distcc-symlinks.py src/{serve,daemon}.c
}
src_configure() {