diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-05 13:26:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-05 13:26:47 +0000 |
commit | d84dd1da96e2e9c6c59ef91c8873f6899b72be8a (patch) | |
tree | 11bbc546627a822670cffcb1d9de80bdfa03b0ff /perl-install | |
parent | 79ded2fad549acae837d3098618abcc4c3c79921 (diff) | |
download | drakx-d84dd1da96e2e9c6c59ef91c8873f6899b72be8a.tar drakx-d84dd1da96e2e9c6c59ef91c8873f6899b72be8a.tar.gz drakx-d84dd1da96e2e9c6c59ef91c8873f6899b72be8a.tar.bz2 drakx-d84dd1da96e2e9c6c59ef91c8873f6899b72be8a.tar.xz drakx-d84dd1da96e2e9c6c59ef91c8873f6899b72be8a.zip |
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!)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |