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

Collapse All | Expand All

(-)cmatrix-1.2a.orig/Makefile.am (-15 / +4 lines)
Lines 18-37 Link Here
18
	    $(INSTALL_DATA) $(srcdir)/matrix.fnt $(DESTDIR)/usr/lib/kbd/consolefonts; \
18
	    $(INSTALL_DATA) $(srcdir)/matrix.fnt $(DESTDIR)/usr/lib/kbd/consolefonts; \
19
	    $(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/lib/kbd/consolefonts; \
19
	    $(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/lib/kbd/consolefonts; \
20
	fi
20
	fi
21
	@if test -d /usr/lib/X11/fonts/misc; then \
21
	@if test -d /usr/share/fonts/misc; then \
22
	    echo " Installing X window matrix fonts in $(DESTDIR)/usr/lib/X11/fonts/misc..."; \
22
	    echo " Installing X window matrix fonts in $(DESTDIR)/usr/share/fonts/misc..."; \
23
	    $(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/lib/X11/fonts/misc; \
23
	    $(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/share/fonts/misc; \
24
	    $(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/lib/X11/fonts/misc; \
24
	    echo " If this is the first time you have installed CMatrix you will"; \
25
	    echo " Running mkfontdir $(DESTDIR)/usr/lib/X11/fonts/misc..."; \
26
	    echo " Done.  If this is the first time you have installed CMatrix you will"; \
27
	    echo " probably have to restart X window in order to use the mtx.pcf font."; \
25
	    echo " probably have to restart X window in order to use the mtx.pcf font."; \
28
	else \
29
	if test -d /usr/X11R6/lib/X11/fonts/misc; then \
30
	    echo " Installing X window matrix fonts in $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc..."; \
31
	    $(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
32
	    $(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
33
	    echo " Running mkfontdir $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc..."; \
34
	    echo " Done.  If this is the first time you have installed CMatrix you will"; \
35
	    echo " probably have to restart X window in order to use the mtx.pcf font."; \
36
	fi \
37
	fi
26
	fi

Return to bug 252095