]> git.pld-linux.org Git - packages/cmatrix.git/blob - cmatrix-DESTDIR.patch
- link with -ltinfo
[packages/cmatrix.git] / cmatrix-DESTDIR.patch
1 diff -Nru cmatrix-1.1b/Makefile.am cmatrix-1.1b.new/Makefile.am
2 --- cmatrix-1.1b/Makefile.am    Mon Apr 10 05:58:41 2000
3 +++ cmatrix-1.1b.new/Makefile.am        Mon Apr 10 06:00:33 2000
4 @@ -7,33 +7,8 @@
5                 TODO install-sh missing mkinstalldirs matrix.fnt \
6                 matrix.psf.gz mtx.pcf
7  
8 -install-data-local:
9 -       @if test -d /usr/share/consolefonts; then \
10 -           echo " Installing matrix fonts in /usr/share/consolefonts..."; \
11 -           $(INSTALL_DATA) $(srcdir)/matrix.fnt /usr/share/consolefonts; \
12 -           $(INSTALL_DATA) $(srcdir)/matrix.psf.gz /usr/share/consolefonts; \
13 -       fi
14 -       @if test -d /usr/lib/kbd/consolefonts; then \
15 -           echo " Installing matrix fonts in /usr/lib/kbd/consolefonts..."; \
16 -           $(INSTALL_DATA) $(srcdir)/matrix.fnt /usr/lib/kbd/consolefonts; \
17 -           $(INSTALL_DATA) $(srcdir)/matrix.psf.gz /usr/lib/kbd/consolefonts; \
18 -       fi
19 -       @if test -d /usr/lib/X11/fonts/misc; then \
20 -           echo " Installing X window matrix fonts in /usr/lib/X11/fonts/misc..."; \
21 -           $(INSTALL_DATA) $(srcdir)/mtx.pcf /usr/lib/X11/fonts/misc; \
22 -           $(INSTALL_DATA) $(srcdir)/mtx.pcf /usr/lib/X11/fonts/misc; \
23 -           echo " Running mkfontdir /usr/lib/X11/fonts/misc..."; \
24 -           $(MKFONTDIR) /usr/lib/X11/fonts/misc; \
25 -           echo " Done.  If this is the first time you have installed CMatrix you will"; \
26 -           echo " probably have to restart X window in order to use the mtx.pcf font."; \
27 -       else \
28 -       if test -d /usr/X11R6/lib/X11/fonts/misc; then \
29 -           echo " Installing X window matrix fonts in /usr/X11R6/lib/X11/fonts/misc..."; \
30 -           $(INSTALL_DATA) $(srcdir)/mtx.pcf /usr/X11R6/lib/X11/fonts/misc; \
31 -           $(INSTALL_DATA) $(srcdir)/mtx.pcf /usr/X11R6/lib/X11/fonts/misc; \
32 -           echo " Running mkfontdir /usr/X11R6/lib/X11/fonts/misc..."; \
33 -           $(MKFONTDIR) /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
38 +consolefonts_DATA = matrix.fnt matrix.psf.gz
39 +consolefontsdir = /usr/share/consolefonts
40 +
41 +Xmiscfonts_DATA = mtx.pcf
42 +Xmiscfontsdir=/usr/X11R6/lib/X11/fonts/misc
This page took 0.044651 seconds and 3 git commands to generate.