summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-07 10:44:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-07 10:44:55 +0000
commita412690d594fa70f7b9fdcff20ea9e7696bbead2 (patch)
tree24919d14c00eac12e5d679d7c935e7aefd2944b3 /perl-install
parent4a654de9322fb2c54f8703a0804aefbbeb63a392 (diff)
downloaddrakx-backup-do-not-use-a412690d594fa70f7b9fdcff20ea9e7696bbead2.tar
drakx-backup-do-not-use-a412690d594fa70f7b9fdcff20ea9e7696bbead2.tar.gz
drakx-backup-do-not-use-a412690d594fa70f7b9fdcff20ea9e7696bbead2.tar.bz2
drakx-backup-do-not-use-a412690d594fa70f7b9fdcff20ea9e7696bbead2.tar.xz
drakx-backup-do-not-use-a412690d594fa70f7b9fdcff20ea9e7696bbead2.zip
perl_checker fix
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/printer/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index 75b25e9d5..3e8788d1f 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -49,7 +49,7 @@ sub spooler {
# LPRng is not officially supported any more since Mandrake 9.0, so
# show it only in the spooler menu when it was manually installed.
- return map { $spoolers{$_}{long_name} } qw(cups pdq), if_(files_exist(qw(/usr/lib/filters/lpf /usr/sbin/lpd)), 'lprng' );
+ return map { $spoolers{$_}{long_name} } qw(cups pdq), if_(files_exist(qw(/usr/lib/filters/lpf /usr/sbin/lpd)), 'lprng');
}
sub printer_type($) {