diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 74e6b2a01..be4b2d7c8 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -15,7 +15,7 @@ use log; 1; -sub fileInBase { member($_[0], qw(hdlist comps depslist)); } +sub fileInBase { member($_[0], qw(hdlist compss depslist)); } sub imageGetFile { fileInBase($_[0]) and return "/tmp/rhimage/Mandrake/base/$_[0]"; @@ -170,5 +170,5 @@ sub upgrChoosePackages { # psVerifyDependencies(&$::o->{packages}, 1); # } # -# return psSelectPackages(&$::o->{packages}, &$::o->{comps}, NULL, 0, 1); +# return psSelectPackages(&$::o->{packages}, &$::o->{compss}, NULL, 0, 1); } |