- I separated the unzipping/configuration of dlxlinux and the installation
of it into pieces, so that you can unzip&configure with one prefix setting and install with another. This should fix the dlxlinux/bochsrc.txt pathname problem.
This commit is contained in:
parent
7c7386e591
commit
2b89beb0c6
@ -50,7 +50,9 @@ install: build
|
||||
#$(MAKE) install_bin prefix=$(CURDIR)/debian/bochs/usr/local
|
||||
#$(MAKE) install_man prefix=$(CURDIR)/debian/bochs/usr/local
|
||||
#$(MAKE) install_dlx prefix=$(CURDIR)/debian/bochs/usr/local
|
||||
$(MAKE) install prefix=$(CURDIR)/debian/bochs/usr
|
||||
$(MAKE) unpack_dlx # with normal prefix so that dlxlinux
|
||||
# bochsrc.txt file gets right pathnames
|
||||
$(MAKE) install_bin install_man install_fonts install_dlx prefix=$(CURDIR)/debian/bochs/usr
|
||||
|
||||
|
||||
# Put the font in the right place
|
||||
|
Loading…
Reference in New Issue
Block a user