summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/printer.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index 2eb683eb2..8eea04aa8 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -496,6 +496,7 @@ sub configure_queue($) {
$entry->{cupsPPD} ? ("-m", $entry->{cupsPPD}) : (),
$entry->{Info} ? ("-D", $entry->{Info}) : (),
$entry->{Location} ? ("-L", $entry->{Location}) : (),
+ if_($entry->{CUPSOPTIONS}, $entry->{CUPSOPTIONS}), #- use it if available, only for auto_install
) or die "lpadmin failed";
last };
/lpr/ && do {