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

Collapse All | Expand All

(-)Makefile.old (-2 / +2 lines)
Lines 40-47 Link Here
40
	as --32 -ahlsn=jpeg.lst -o $@ $<
40
	as --32 -ahlsn=jpeg.lst -o $@ $<
41
41
42
install: all
42
install: all
43
	install -d -m 755 $(DESTDIR)/usr/sbin $(DESTDIR)/usr/share/gfxboot
43
	install -d -m 755 $(DESTDIR)/usr/bin $(DESTDIR)/usr/share/gfxboot
44
	install -m 755 mkbootmsg mkblfont help2txt $(DESTDIR)/usr/sbin
44
	install -m 755 mkbootmsg mkblfont help2txt $(DESTDIR)/usr/bin
45
	cp -a themes $(DESTDIR)/usr/share/gfxboot
45
	cp -a themes $(DESTDIR)/usr/share/gfxboot
46
	cp -a bin $(DESTDIR)/usr/share/gfxboot
46
	cp -a bin $(DESTDIR)/usr/share/gfxboot
47
47

Return to bug 103272