I don't know what you're trying to do here, but it caused no unifont.bgf
to be on the initrd, ever. Reverted. I would suggest not installing
rootskel-locale into initrds, if you don't want the unifont.bgf to be
generated.

Bastian Blank wrote:
> Update of /cvsroot/d-i/debian-installer/build
> In directory quantz:/tmp/cvs-serv22476
> 
> Modified Files:
>       Makefile 
> Log Message:
> Only build the font if available.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/d-i/debian-installer/build/Makefile,v
> retrieving revision 1.290
> retrieving revision 1.291
> diff -u -d -r1.290 -r1.291
> --- Makefile  3 Mar 2004 04:44:02 -0000       1.290
> +++ Makefile  4 Mar 2004 21:54:03 -0000       1.291
> @@ -555,7 +555,7 @@
>  
>  $(TEMP_INITRD): $(STAMPS)tree-$(targetstring)-stamp
>       # Only build the font if we have rootskel-locale
> -     if [ -d "$(LOCALE_PATH)/C.UTF-8" ]; then \
> +     if [ -d "$(LOCALE_PATH)/C.UTF-8" ] && [ -e $(TREE)/unifont.bgf ]; then \
>               $(submake) $(TREE)/unifont.bgf; \
>       fi
>       install -d $(TEMP)
> 
> 

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to