diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 986cf9fec..9b0d037f7 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -73,6 +73,9 @@ gendepslist: %: %.cc $(BASE)/depslist: gendepslist $(RPMS) ./gendepslist $(BASE)/depslist $(ROOTDEST)/Mandrake/RPMS/*.rpm +$(BASE)/hdlist: $(RPMS) + $(ROOTDEST)/misc/genhdlist $(ROOTDEST) + install_pms: all for i in `perl -ne 's/sub (\w+?)_? {.*/$$1/ and print' commands.pm`; do ln -sf commands $(DEST)/usr/bin/$$i; done @@ -164,7 +167,7 @@ as_root: mount /dev/loop0 /mnt/initrd chmod a+w /mnt/initrd -full_stage2: $(BASE)/depslist +full_stage2: $(BASE)/depslist $(BASE)/hdlist rm -rf $(DEST) mkdir -p $(DEST) $(MAKE) get_needed_files |