From d84dd1da96e2e9c6c59ef91c8873f6899b72be8a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 2004 13:26:47 +0000 Subject: create install/stage2/mdkinst.kernels which contains the list of kernels known by stage2. this replaces looking at install/stage2/live/modules/modules.cz-xxx (why? cuz install/stage2/live is going to be removed!) --- perl-install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index e5165dcc2..3ac988821 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -196,6 +196,7 @@ endif clean-rpmsrate $(MEDIA_INFO_DEST)/rpmsrate $(MAIN_RPMS_DIR) cp -f ../kernel/{modules.description,all.modules/modules.cz*} $(DEST)/lib/ + ls $(DEST)/lib | sed -n 's/modules.cz-//p' > $(STAGE2_DEST)/mdkinst.kernels $(MAKE) -C share/po install SUDO= NAME=libDrakX LOCALEDIR=$(DEST)/usr/share/locale_special -- cgit v1.2.1