Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66082 Details for
Bug 73127
jed-0.99.16-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch the build to perform make install in ${S}/src/
jed-0.99.16-r2.ebuild.patch (text/plain), 560 bytes, created by
Mike Z.
on 2005-08-16 08:14:28 UTC
(
hide
)
Description:
patch the build to perform make install in ${S}/src/
Filename:
MIME Type:
Creator:
Mike Z.
Created:
2005-08-16 08:14:28 UTC
Size:
560 bytes
patch
obsolete
>--- jed-0.99.16-r2.ebuild 2005-08-16 21:37:41.000000000 +0800 >+++ jed-0.99.16-r2.ebuild.patched 2005-08-16 23:01:42.000000000 +0800 >@@ -27,6 +27,7 @@ > src_unpack() { > unpack ${A} > cd ${S}; epatch ${FILESDIR}/${P}-jed.info.patch >+ use ppc-macos && epatch ${FILESDIR}/${P}-mach.patch > } > > src_compile() { >@@ -65,9 +66,12 @@ > } > > src_install() { >+ # make install in ${S} claims everything is up-to-date, >+ # so we manually cd ${S}/src before installing >+ cd ${S}/src > make DESTDIR=${D} install || die > >- cd doc >+ cd ${S}/doc > cp README AUTHORS > > cd ${S}
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 73127
:
66081
| 66082