From 12284596b2044cc8964f42568321a54247d08d3d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Jan 2000 04:39:46 +0000 Subject: *** empty log message *** --- perl-install/printer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 17f22c226..524a8ae0e 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -281,7 +281,7 @@ sub read_printer_db(;$) { %thedb and return; my %available_devices; #- keep only available devices in our database. - local *AVAIL; open AVAIL, "$prefix/usr/bin/gs --help |"; + local *AVAIL; open AVAIL, "chroot ". ($prefix || '/') ." /usr/bin/gs --help |"; foreach () { if (/^Available devices:/ ... /^\S/) { @available_devices{split /\s+/, $_} = () if /^\s+/; -- cgit v1.2.1