- install the vga font compressed. Some systems require this, but I don't
know which. Since all other fonts are compressed, it seems like the standard.
This commit is contained in:
parent
ee70e42424
commit
ff74c51296
@ -57,7 +57,7 @@ install: build
|
|||||||
|
|
||||||
# Put the font in the right place
|
# Put the font in the right place
|
||||||
mkdir -p $(CURDIR)/debian/bochs/usr/lib/X11/fonts/misc
|
mkdir -p $(CURDIR)/debian/bochs/usr/lib/X11/fonts/misc
|
||||||
cp $(CURDIR)/debian/bochs/usr/bochs/latest/vga.pcf $(CURDIR)/debian/bochs/usr/lib/X11/fonts/misc/vga.pcf
|
gzip -c $(CURDIR)/debian/bochs/usr/bochs/latest/vga.pcf > $(CURDIR)/debian/bochs/usr/lib/X11/fonts/misc/vga.pcf.gz
|
||||||
|
|
||||||
# Dirty little Hack to put the binaries in the right place
|
# Dirty little Hack to put the binaries in the right place
|
||||||
# This is becasue the makefile puts symlinks into /usr/bin which is bad ;)
|
# This is becasue the makefile puts symlinks into /usr/bin which is bad ;)
|
||||||
|
Loading…
Reference in New Issue
Block a user