Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179688 Details for
Bug 248127
dev-libs/libxml2-2.7.2-r1: duplicate /usr/share/doc/libxml2 directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Stop libxml2 installing multiple directories in /usr/share/doc
libxml2-2.7.2-r2_doc.patch (text/plain), 1.09 KB, created by
Chris Mayo
on 2009-01-25 15:42:05 UTC
(
hide
)
Description:
Stop libxml2 installing multiple directories in /usr/share/doc
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2009-01-25 15:42:05 UTC
Size:
1.09 KB
patch
obsolete
>--- libxml2-2.7.2-r2.ebuild.orig 2009-01-25 15:38:01.380404630 +0000 >+++ libxml2-2.7.2-r2.ebuild 2009-01-25 15:38:45.180404986 +0000 >@@ -65,6 +65,7 @@ > # --with-mem-debug causes unusual segmentation faults (bug #105120). > > local myconf="--with-zlib \ >+ --with-html-subdir=${PF}/html \ > $(use_with debug run-debug) \ > $(use_with python) \ > $(use_with readline) \ >@@ -94,18 +95,22 @@ > } > > src_install() { >- emake DESTDIR="${D}" install || die "Installation failed" >+ emake DESTDIR="${D}" \ >+ DOC_MODULE=${PF} \ >+ docsdir=/usr/share/doc/${PF}/python \ >+ exampledir=/usr/share/doc/${PF}/python/examples \ >+ install || die "Installation failed" > > dodoc AUTHORS ChangeLog Copyright NEWS README* TODO* > > if ! use doc; then > rm -rf "${D}"/usr/share/gtk-doc >- rm -rf "${D}"/usr/share/doc/${P}/html >+ rm -rf "${D}"/usr/share/doc/${PF}/html > fi > > if ! use examples; then >- rm -rf "${D}/usr/share/doc/${P}/examples" >- rm -rf "${D}/usr/share/doc/${PN}-python-${PV}/examples" >+ rm -rf "${D}/usr/share/doc/${PF}/examples" >+ rm -rf "${D}/usr/share/doc/${PF}/python/examples" > fi > } >
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 248127
: 179688