Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486820
Collapse All | Expand All

(-)unifont-6.3.20131006.orig/font/Makefile (-2 / +2 lines)
Lines 30-37 Link Here
30
# and the installation directories for PCF and TrueType fonts.
30
# and the installation directories for PCF and TrueType fonts.
31
#
31
#
32
FONTDEST = $(DESTDIR)/usr/share/fonts
32
FONTDEST = $(DESTDIR)/usr/share/fonts
33
PCFDEST = $(FONTDEST)/X11/misc
33
PCFDEST = $(FONTDEST)/unifont
34
TTFDEST = $(FONTDEST)/truetype/unifont
34
TTFDEST = $(FONTDEST)/unifont
35
#
35
#
36
# destination directory for compiled fonts
36
# destination directory for compiled fonts
37
#
37
#
(-)unifont-6.3.20131006.orig/src/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
1
2
CFLAGS = -g -O -Wall
2
CFLAGS = -g -Wall
3
3
4
INSTALLBINDIR = ../bin
4
INSTALLBINDIR = ../bin
5
5
Lines 30-36 Link Here
30
30
31
all: $(CPROGS)
31
all: $(CPROGS)
32
	install    -m0755 -d $(INSTALLBINDIR)
32
	install    -m0755 -d $(INSTALLBINDIR)
33
	install -s -m0755 $(CPROGS) $(INSTALLBINDIR)
33
	install    -m0755 $(CPROGS) $(INSTALLBINDIR)
34
	install    -m0755 $(PPROGS) $(INSTALLBINDIR)
34
	install    -m0755 $(PPROGS) $(INSTALLBINDIR)
35
	\rm -f $(CPROGS)
35
	\rm -f $(CPROGS)
36
36
Lines 44-50 Link Here
44
	install -m0755 -d $(INSTALLDIR)
44
	install -m0755 -d $(INSTALLDIR)
45
	set -e ; \
45
	set -e ; \
46
	   cd $(INSTALLBINDIR) ; \
46
	   cd $(INSTALLBINDIR) ; \
47
	   install -s -m0755 $(CPROGS) $(INSTALLDIR)
47
	   install -m0755 $(CPROGS) $(INSTALLDIR)
48
	set -e ; \
48
	set -e ; \
49
	   cd ../bin ; \
49
	   cd ../bin ; \
50
	   install    -m0755 $(PPROGS) $(INSTALLDIR)
50
	   install    -m0755 $(PPROGS) $(INSTALLDIR)

Return to bug 486820