Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157551 Details for
Bug 228291
sys-devel/crossdev-0.9.18-r8 doesn't run correctly in a prefixed environment
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
crossdev-eprefix.diff
crossdev-eprefix.diff (text/plain), 993 bytes, created by
Damien Thébault
on 2008-06-19 07:12:02 UTC
(
hide
)
Description:
crossdev-eprefix.diff
Filename:
MIME Type:
Creator:
Damien Thébault
Created:
2008-06-19 07:12:02 UTC
Size:
993 bytes
patch
obsolete
>--- crossdev 2008-06-19 08:52:33.000000000 +0200 >+++ crossdev 2008-06-19 08:49:34.000000000 +0200 >@@ -233,7 +233,7 @@ > > [[ -d ${PORTDIR_OVERLAY}/cross-${CTARGET} ]] \ > && rm -r ${PORTDIR_OVERLAY}/cross-${CTARGET} >- sed -i -e "/^cross-${CTARGET}$/d" /etc/portage/categories >+ sed -i -e "/^cross-${CTARGET}$/d" "${EPREFIX}"/etc/portage/categories > for f in package.{mask,keywords,use} ; do > f="${EPREFIX}/etc/portage/${f}" > if [[ -d ${f} ]] ; then >@@ -533,11 +533,11 @@ > set_links ${cat} ${pkg} > } > >-mkdir -p /etc/portage >-grep -qs "^cross-${CTARGET}$" /etc/portage/categories \ >- || echo cross-${CTARGET} >> /etc/portage/categories >+mkdir -p "${EPREFIX}"/etc/portage >+grep -qs "^cross-${CTARGET}$" "${EPREFIX}"/etc/portage/categories \ >+ || echo cross-${CTARGET} >> "${EPREFIX}"/etc/portage/categories > mkdir -p "${PORTDIR_OVERLAY}"/cross-${CTARGET} >-cd /etc/portage >+cd "${EPREFIX}"/etc/portage > for f in package.{keywords,mask,use} ; do > [[ -f ${f} ]] && continue > mkdir -p ${f}
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 228291
: 157551