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

Collapse All | Expand All

(-)build_unix/Makefile.orig (-1 / +1 lines)
Lines 830-836 Link Here
830
	$(JAVA) -classpath $(JAVA_CLASSTOP) \
830
	$(JAVA) -classpath $(JAVA_CLASSTOP) \
831
	    com.sleepycat.persist.model.ClassEnhancer $(JAVA_CLASSTOP)
831
	    com.sleepycat.persist.model.ClassEnhancer $(JAVA_CLASSTOP)
832
	cd $(JAVA_CLASSTOP) && \
832
	cd $(JAVA_CLASSTOP) && \
833
	     $(JAR) cfm ../$(libj_jarfile) ../$(JAVA_MANIFEST) ./com/sleepycat
833
	     $(JAR) cfm ../$(libj_jarfile) /$(JAVA_MANIFEST) ./com/sleepycat
834
834
835
$(libj_exjarfile): $(libj_jarfile) $(JAVA_EXSRCS)
835
$(libj_exjarfile): $(libj_jarfile) $(JAVA_EXSRCS)
836
	@test -d $(JAVA_EXCLASSTOP) || \
836
	@test -d $(JAVA_EXCLASSTOP) || \

Return to bug 285516