From 925762bbe17d0d6e01ef29248383df6e25cf7a6c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Apr 2001 12:10:53 +0000 Subject: (load_raw): add the require install_any --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 644a76be0..99277989e 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -529,6 +529,7 @@ sub load_raw { my $cz = "/lib/modules" . (arch() eq 'sparc64' && "64") . ".cz-" . c::kernel_version(); if (!-e $cz) { unlink $_ foreach glob_("/lib/modules*.cz*"); + require install_any; install_any::getAndSaveFile("Mandrake/mdkinst$cz", $cz) or die "failed to get modules $cz: $!"; } eval { -- cgit v1.2.1