From 5c357f2c54c02fe6c8f9e6095fcdce547206ed51 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 23 May 2010 00:04:42 +0200 Subject: Imported Upstream version 3.0.2-20060530 --- foomatic-gswrapper.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'foomatic-gswrapper.in') diff --git a/foomatic-gswrapper.in b/foomatic-gswrapper.in index 1973013..8d1c0e3 100755 --- a/foomatic-gswrapper.in +++ b/foomatic-gswrapper.in @@ -1,6 +1,6 @@ #!@PERL@ # -*- perl -*- -# $Revision: 3.4.2.5 $ +# $Revision: 3.4.2.6 $ # This is a little Ghostscript regularization script. It massages # arguments to make Ghostscript execute properly as a filter, with @@ -20,7 +20,7 @@ my $configpath = "@sysconfdir@/foomatic"; # Set GhostScript path my $gspath = "gs"; $gspath = $conf{gspath} if defined(%conf) and defined $conf{gspath}; -my $execpath = "@prefix@/bin:/usr/local/bin:/usr/bin:/bin"; +my $execpath = "@EXECPATH@"; # Get execution path from config file $execpath = $conf{execpath} if defined(%conf) and defined $conf{execpath}; $ENV{'PATH'} = $execpath; -- cgit v1.2.3