Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96811
Collapse All | Expand All

(-)mindterm-2.4.2.ebuild.orig (-1 / +3 lines)
Lines 30-35 Link Here
30
	use doc && antflags="${antflags} doc"
30
	use doc && antflags="${antflags} doc"
31
	use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
31
	use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
32
	ant ${antflags} || die "ant failed"
32
	ant ${antflags} || die "ant failed"
33
34
	mv javadoc api # move javadoc location, so it'll be installed to the right place
33
}
35
}
34
36
35
src_install() {
37
src_install() {
Lines 43-49 Link Here
43
	dobin ${PN}
45
	dobin ${PN}
44
46
45
	dodoc README.txt
47
	dodoc README.txt
46
	use doc && java-pkg_dohtml -r javadoc/*
48
	use doc && java-pkg_dohtml -r api
47
49
48
	if use examples; then
50
	if use examples; then
49
		dodir /usr/share/doc/${PF}/examples
51
		dodir /usr/share/doc/${PF}/examples

Return to bug 96811