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

(-)servletapi-2.3-r1.ebuild (-2 / +1 lines)
Lines 28-35 Link Here
28
}
28
}
29
29
30
src_install () {
30
src_install () {
31
	mv dist/lib/servlet.jar dist/lib/${PN}-${PV}.jar
31
	java-pkg_dojar dist/lib/servlet.jar || die "Unable to install servlet.jar"
32
	java-pkg_dojar dist/lib/${PN}-${PV}.jar || die "Unable to install"
33
32
34
	if use doc ; then
33
	if use doc ; then
35
		java-pkg_dohtml -r dist/docs/*
34
		java-pkg_dohtml -r dist/docs/*

Return to bug 93280