]> git.pld-linux.org Git - packages/gfxboot.git/blob - gfxboot-pld.patch
- make install fixes
[packages/gfxboot.git] / gfxboot-pld.patch
1 --- gfxboot/Makefile.orig       2003-10-31 13:26:55.251660248 +0100
2 +++ gfxboot/Makefile    2003-10-31 13:26:26.655007600 +0100
3 @@ -1,7 +1,7 @@
4  all:   bin2c mkbootmsg bincode getx11font addblack
5  
6  getx11font: getx11font.c
7 -       gcc -Wall -O2 -fomit-frame-pointer -L/usr/X11/lib $< -lX11 -o $@
8 +       gcc -Wall -O2 -fomit-frame-pointer -L/usr/X11R6/lib $< -lX11 -o $@
9  
10  mkbootmsg: mkbootmsg.c bincode.h vocabulary.h
11         gcc -Wall -O2 -fomit-frame-pointer $< -o $@
12 @@ -25,7 +25,7 @@
13         ./mk_vocabulary -c >$@
14  
15  install: all
16 -       install -m 755 -s mkbootmsg getx11font /usr/sbin
17 +       install -m 755 -s mkbootmsg getx11font $(DESTDIR)/usr/sbin
18  
19  clean:
20         @rm -f mkbootmsg bincode getx11font addblack bincode.h bin2c *.lst vocabulary.inc vocabulary.h *~
This page took 0.086251 seconds and 3 git commands to generate.