- 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:
Bryce Denney 2001-12-08 15:20:55 +00:00
parent ee70e42424
commit ff74c51296

View File

@ -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 ;)