From 044cfb41560ca08fb3817611d1c02d680922b91a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Oct 2000 16:33:05 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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++; } } -- cgit v1.2.1