Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829358
en ru br
ALT Linux repos
S:4.5.79-alt1
5.0: 4.1.16-alt1
4.1: 3.3.18-alt2
4.0: 3.3.18-alt2
3.0: 2.5-alt2

Group :: Development/Other
RPM: gfxboot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gfxboot-3.3-alt-makefile.patch
Download


--- Makefile~	2006-09-14 14:02:58 +0400
+++ Makefile	2006-12-04 16:11:35 +0300
@@ -9,7 +9,7 @@ THEMES	 = $(wildcard themes/*)
 all:	bin2c mkbootmsg bincode mkblfont addblack
 
 mkblfont: mkblfont.c
-	$(CC) $(CFLAGS) -I /usr/include/freetype2 -lfreetype $< -o $@
+	$(CC) $(CFLAGS) -I /usr/include/freetype2 $< -o $@ -lfreetype
 
 mkbootmsg: mkbootmsg.c vocabulary.h bincode.h
 	$(CC) $(CFLAGS) $< -o $@
@@ -40,10 +40,10 @@ jpeg.o: jpeg.S
 	as --32 -ahlsn=jpeg.lst -o $@ $<
 
 install: all
-	install -d -m 755 $(DESTDIR)/usr/sbin $(DESTDIR)/usr/share/gfxboot
-	install -m 755 mkbootmsg mkblfont help2txt $(DESTDIR)/usr/sbin
-	cp -a themes $(DESTDIR)/usr/share/gfxboot
-	cp -a bin $(DESTDIR)/usr/share/gfxboot
+	install -d -m 0755 $(DESTDIR)/usr/share/gfxboot
+	install -m 0755 bin/* $(DESTDIR)/usr/share/gfxboot
+	install -d -m 0755 $(DESTDIR)/usr/bin
+	install -m 0755 mkbootmsg mkblfont help2txt $(DESTDIR)/usr/bin
 
 clean: themes doc
 	@rm -f mkbootmsg bincode mkblfont addblack bincode.h bin2c *.lst *.map vocabulary.inc vocabulary.h *.o *~
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin