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

Collapse All | Expand All

(-)metatheme-0.0.6/toolkits/java/Makefile.in.orig (-3 / +2 lines)
Lines 540-548 Link Here
540
	rm -f metatheme/*.class
540
	rm -f metatheme/*.class
541
541
542
install-data-local:
542
install-data-local:
543
	if ! grep "^swing.defaultlaf=metatheme.MetaThemeLookAndFeel" $(SWING_PROPS) >/dev/null 2>&1; then \
543
	mkdir -p $(DESTDIR)$(JAVA_HOME)/jre/lib/
544
		echo "swing.defaultlaf=metatheme.MetaThemeLookAndFeel" >> $(SWING_PROPS); \
544
	echo "swing.defaultlaf=metatheme.MetaThemeLookAndFeel" > $(SWING_PROPS); 
545
	fi
546
# Tell versions [3.59,3.63) of GNU make to not export all variables.
545
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
# Otherwise a system limit (for SysV at least) may be exceeded.
546
# Otherwise a system limit (for SysV at least) may be exceeded.
548
.NOEXPORT:
547
.NOEXPORT:

Return to bug 75937