summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-24 22:18:22 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-24 22:18:22 +0000
commite556c04ec489070c46bbbc1ebc47ec2613fb5f6e (patch)
treebf37593312c9b38e8795c23bb1c8862643f11209 /perl-install/install_any.pm
parent6b2a4158cc229cf3bb1edb54c9428e567696b54a (diff)
downloaddrakx-backup-do-not-use-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar
drakx-backup-do-not-use-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.gz
drakx-backup-do-not-use-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.bz2
drakx-backup-do-not-use-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.xz
drakx-backup-do-not-use-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index be4b2d7c8..8d38cddc6 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 compss depslist)); }
+sub fileInBase { member($_[0], qw(compss depslist)); }
sub imageGetFile {
fileInBase($_[0]) and return "/tmp/rhimage/Mandrake/base/$_[0]";