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

Collapse All | Expand All

(-)a/Makefile.am (-2 / +10 lines)
Lines 47-53 install-data-hook: Link Here
47
	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
47
	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
48
	@rm -f $(DESTDIR)$(fontdir)/font.dir
48
	@rm -f $(DESTDIR)$(fontdir)/font.dir
49
	$(MKFONTDIR) $(DESTDIR)$(fontdir)
49
	$(MKFONTDIR) $(DESTDIR)$(fontdir)
50
	$(FCCACHE) $(DESTDIR)$(fontdir)
50
	@(if `test -z '$(DESTDIR)'`; then \
51
		echo $(FCCACHE) $(fontdir); \
52
		$(FCCACHE) $(fontdir); \
53
	else \
54
		echo "***"; \
55
		echo "*** Warning: fonts.cache not built"; \
56
		echo "***"; \
57
		echo "*** Generate this file manually on host system using fc-cache"; \
58
		echo "***"; \
59
	fi)
51
60
52
distuninstallcheck:
61
distuninstallcheck:
53
	@:
62
	@:
54
- 

Return to bug 281708