Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 391752 Details for
Bug 532610
sys-devel/binutils-config: MANPATH and INFOPATH aren't set correctly for ROOT!=/
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
manpath-root.patch (text/plain), 736 bytes, created by
Ruud Koolen (RETIRED)
on 2014-12-15 02:50:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ruud Koolen (RETIRED)
Created:
2014-12-15 02:50:18 UTC
Size:
736 bytes
patch
obsolete
>diff --git a/binutils-config-4 b/binutils-config-4 >index a932aab..32964ef 100755 >--- a/binutils-config-4 >+++ b/binutils-config-4 >@@ -169,8 +169,8 @@ switch_profile() { > local e="${ROOT}"/etc/env.d/05binutils > local ee="${e}.tmp" > rm -f "${ee}" >- [[ -d ${DATAPATH}/man ]] && echo "MANPATH=${DATAPATH}/man" >> "${ee}" >- [[ -d ${DATAPATH}/info ]] && echo "INFOPATH=${DATAPATH}/info" >> "${ee}" >+ [[ -d ${ROOT}/${DATAPATH}/man ]] && echo "MANPATH=${DATAPATH}/man" >> "${ee}" >+ [[ -d ${ROOT}/${DATAPATH}/info ]] && echo "INFOPATH=${DATAPATH}/info" >> "${ee}" > # hmm, `ld` has this in SEARCH_DIR(), but ld.so does not ... > if [[ -d ${ROOT}/etc/ld.so.conf.d ]] ; then > local l="${ROOT}"/etc/ld.so.conf.d/05binutils.conf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 532610
: 391752