Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 625592 | Differences between
and this patch

Collapse All | Expand All

(-)xapian-bindings-1.4.4.ebuild (-1 / +1 lines)
Lines 137-143 Link Here
137
	emake DESTDIR="${D}" install
137
	emake DESTDIR="${D}" install
138
138
139
	if use java; then
139
	if use java; then
140
		java-pkg_dojar java/built/xapian_jni.jar
140
		java-pkg_dojar java/built/xapian.jar
141
		# TODO: make the build system not install this...
141
		# TODO: make the build system not install this...
142
		java-pkg_doso java/.libs/libxapian_jni.so
142
		java-pkg_doso java/.libs/libxapian_jni.so
143
		rm -rf "${D}var" || die "could not remove java cruft!"
143
		rm -rf "${D}var" || die "could not remove java cruft!"

Return to bug 625592