Here is a patch which uses the new lists/$ARCHITECTURE/$TYPE

And, can someone remove the dependance of libdetect0-pic in
build/debian/control

Thanks.
Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/Makefile,v
retrieving revision 1.94
diff -u -r1.94 Makefile
--- Makefile    2002/07/29 06:45:06     1.94
+++ Makefile    2002/07/29 14:27:51
@@ -113,7 +113,7 @@
        -o Dir::Cache=$(CWD)$(APTDIR)/cache
 
 # Get the list of udebs to install. Comments are allowed in the lists.
-UDEBS=$(shell grep --no-filename -v ^\# lists/base lists/$(TYPE) `if [ -d 
lists/$(architecture) ]; then echo lists/$(architecture); fi` | sed 
's/$${kernel:Version}/$(KVERS)/g' | sed 's/$${kernel:Flavour}/$(FLAVOUR)/g') $(EXTRAS)
+UDEBS=$(shell grep --no-filename -v ^\# lists/base lists/$(TYPE) `if [ -d 
+lists/$(architecture) ]; then echo lists/$(architecture)/$(TYPE); fi` | sed 
+'s/$${kernel:Version}/$(KVERS)/g' | sed 's/$${kernel:Flavour}/$(FLAVOUR)/g') $(EXTRAS)
 
 DPKGDIR=$(TREE)/var/lib/dpkg
 TEMP=./tmp

Reply via email to