summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-06-17 07:56:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-06-17 07:56:55 +0000
commit79d407b82ed396b5496a4b31bbbf67c3153c2ce7 (patch)
tree5c890558a309395280ffb506a0df9cc4c87545c8 /perl-install/pkgs.pm
parentb2ece6e1218b5d8b1bb19b7884d6ef5114f04f63 (diff)
downloaddrakx-backup-do-not-use-79d407b82ed396b5496a4b31bbbf67c3153c2ce7.tar
drakx-backup-do-not-use-79d407b82ed396b5496a4b31bbbf67c3153c2ce7.tar.gz
drakx-backup-do-not-use-79d407b82ed396b5496a4b31bbbf67c3153c2ce7.tar.bz2
drakx-backup-do-not-use-79d407b82ed396b5496a4b31bbbf67c3153c2ce7.tar.xz
drakx-backup-do-not-use-79d407b82ed396b5496a4b31bbbf67c3153c2ce7.zip
Install with a supplementary CD:
allow to override the main compssUsers and rpmsrate
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index a6e1ead7e..1842f68db 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -571,9 +571,9 @@ sub read_rpmsrate {
}
sub readCompssUsers {
- my ($meta_class) = @_;
+ my ($meta_class, $file) = @_;
- my $file = 'Mandrake/base/compssUsers';
+ $file = 'Mandrake/base/compssUsers' if !$file;
my $f = $meta_class && install_any::getFile("$file.$meta_class") || install_any::getFile($file) or die "can't find $file";
readCompssUsers_raw($f);
}