Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61740 Details for
Bug 96811
dev-java/mindterm-2.4.2 doesn't install javadocs to the right location
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for mindterm's ebuild to fix javadoc install location
mindterm-2.4.2-javadoc_fix.patch (text/plain), 589 bytes, created by
Josh Nichols (RETIRED)
on 2005-06-22 15:59:55 UTC
(
hide
)
Description:
patch for mindterm's ebuild to fix javadoc install location
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-06-22 15:59:55 UTC
Size:
589 bytes
patch
obsolete
>--- mindterm-2.4.2.ebuild.orig 2005-06-22 19:01:46.000000000 -0400 >+++ mindterm-2.4.2.ebuild 2005-06-22 18:18:23.000000000 -0400 >@@ -30,6 +30,8 @@ > use doc && antflags="${antflags} doc" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "ant failed" >+ >+ mv javadoc api # move javadoc location, so it'll be installed to the right place > } > > src_install() { >@@ -43,7 +45,7 @@ > dobin ${PN} > > dodoc README.txt >- use doc && java-pkg_dohtml -r javadoc/* >+ use doc && java-pkg_dohtml -r api > > if use examples; then > dodir /usr/share/doc/${PF}/examples
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 96811
: 61740