diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2002-10-18 15:37:28 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2002-10-18 15:37:28 +0000 |
commit | 226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad (patch) | |
tree | 6b45d010018ad44102949318701b0ded853a33f4 /perl-install | |
parent | 8d085834abd60e8ca890750352871c7f4151a735 (diff) | |
download | drakx-226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad.tar drakx-226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad.tar.gz drakx-226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad.tar.bz2 drakx-226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad.tar.xz drakx-226f266b3f6c8487d9f8c38c55f6e3bc9adc77ad.zip |
les.dep to load parport_pc for parport, but inline in code (to keep a "clean" modules.dep)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index d6e9e10fb..6c7f564dd 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -90,6 +90,7 @@ sub load_with_options { my ($l, $h_options) = @_; my @l = map { + if_(member($_, 'plip', 'ppa', 'imm'), 'parport_pc'), if_($_ eq 'vfat', 'nls_cp437', 'nls_iso8859_1'), dependencies_closure(cond_mapping_24_26($_)); } @$l; |