summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-24 19:40:11 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-24 19:40:11 +0000
commit56b374075f45355184b2927cc2f24262dc7e6c21 (patch)
tree0131cb0b14564bedd750bae2dce222b46b6deecd /perl-install/install_any.pm
parent5a632fe532f355a2583970fefb2ed8ceec6c9460 (diff)
downloaddrakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar
drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.gz
drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.bz2
drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.xz
drakx-56b374075f45355184b2927cc2f24262dc7e6c21.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
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);
}