From 2b89beb0c6f5f3c11e6e2af6a054cd7923487727 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Sat, 8 Dec 2001 13:18:45 +0000 Subject: [PATCH] - 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. --- bochs/build/debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bochs/build/debian/rules b/bochs/build/debian/rules index a99140452..5a9bb97d0 100755 --- a/bochs/build/debian/rules +++ b/bochs/build/debian/rules @@ -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