diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-03 16:33:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-03 16:33:05 +0000 |
commit | 044cfb41560ca08fb3817611d1c02d680922b91a (patch) | |
tree | 6d951ba53c32ace0e2a3ee7ccb31baac78277d7a /perl-install/install_steps.pm | |
parent | e122aa96b13728a24e54890136be80bb3abcd333 (diff) | |
download | drakx-044cfb41560ca08fb3817611d1c02d680922b91a.tar drakx-044cfb41560ca08fb3817611d1c02d680922b91a.tar.gz drakx-044cfb41560ca08fb3817611d1c02d680922b91a.tar.bz2 drakx-044cfb41560ca08fb3817611d1c02d680922b91a.tar.xz drakx-044cfb41560ca08fb3817611d1c02d680922b91a.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ece51df5c..3f1d575fd 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -548,7 +548,7 @@ sub configurePrinter { my ($use_cups, $use_lpr) = (0, 0); foreach (values %{$o->{printer}{configured} || {}}) { for ($_->{mode}) { - /cups/ and $use_cups++; + /CUPS/ and $use_cups++; /lpr/ and $use_lpr++; } } |