summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/printer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index e3ce0f7fa..313df7806 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -497,7 +497,7 @@ sub configure_queue($) {
$entry->{cupsPPD} ? ("-m", $entry->{cupsPPD}) : (),
$entry->{Info} ? ("-D", $entry->{Info}) : (),
$entry->{Location} ? ("-L", $entry->{Location}) : (),
- );
+ ) or die "lpadmin failed";
last };
/lpr/ && do {
#- old style configuration scheme for lpr.