Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137558 Details for
Bug 201017
[PATCH] Make eclass/emul-{libs,linux-x86}.eclass prefix ready
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eclass-emul.patch
eclass-emul.patch (text/plain), 897 bytes, created by
Stefan Hoelldampf
on 2007-12-02 19:10:04 UTC
(
hide
)
Description:
eclass-emul.patch
Filename:
MIME Type:
Creator:
Stefan Hoelldampf
Created:
2007-12-02 19:10:04 UTC
Size:
897 bytes
patch
obsolete
>Index: eclass/emul-libs.eclass >=================================================================== >--- eclass/emul-libs.eclass (revision 13512) >+++ eclass/emul-libs.eclass (working copy) >@@ -44,5 +44,6 @@ > # remove void directories > find "${S}" -depth -type d -print0 | xargs -0 rmdir 2&>/dev/null > >- cp -pPR "${S}"/* "${D}"/ || die "copying files failed!" >+ mkdir -p "${ED}" >+ cp -pPR "${S}"/* "${ED}"/ || die "copying files failed!" > } >Index: eclass/emul-linux-x86.eclass >=================================================================== >--- eclass/emul-linux-x86.eclass (revision 13512) >+++ eclass/emul-linux-x86.eclass (working copy) >@@ -44,5 +44,6 @@ > # remove void directories > find "${S}" -depth -type d -print0 | xargs -0 rmdir 2&>/dev/null > >- cp -pPR "${S}"/* "${D}"/ || die "copying files failed!" >+ mkdir -p "${ED}" >+ cp -pPR "${S}"/* "${ED}"/ || die "copying files failed!" > }
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 201017
: 137558