diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
commit | 21066f8c4d8d136cca65f7138cabb25d4b4cfe8c (patch) | |
tree | e51a023cbbbdea6ad22b962dc4e573603c67f31a /perl-install/printer.pm | |
parent | 3f3ced984833bf1084447c1afd3cfc7d17d0838b (diff) | |
download | drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.gz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.bz2 drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.xz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r-- | perl-install/printer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 66db36844..ab3464b9a 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -331,7 +331,7 @@ sub read_printer_db(;$) { scalar(keys %thedb) > 3 and return; #- try reparse if using only ppa, POSTSCRIPT, TEXT. my %available_devices; #- keep only available devices in our database. - local *AVAIL; open AVAIL, ($::testing ? "$prefix" : "chroot $prefix ") . "/usr/bin/gs --help |"; + local *AVAIL; open AVAIL, ($::testing ? "$prefix" : "chroot $prefix/ ") . "/usr/bin/gs --help |"; foreach (<AVAIL>) { if (/^Available devices:/ ... /^\S/) { @available_devices{split /\s+/, $_} = () if /^\s+/; |