summaryrefslogtreecommitdiff
path: root/foomatic-gswrapper.in
diff options
context:
space:
mode:
authorDidier Raboud <didier@raboud.com>2010-05-23 00:04:42 +0200
committerDidier Raboud <didier@raboud.com>2010-05-23 00:04:42 +0200
commit5c357f2c54c02fe6c8f9e6095fcdce547206ed51 (patch)
treea3a70e88e2f9b88394956a4a3d5aef815b3fc900 /foomatic-gswrapper.in
parentd2c0cf34bcd17f14f0e77b1df81bc993da8254e8 (diff)
Imported Upstream version 3.0.2-20060530upstream/3.0.2-20060530
Diffstat (limited to 'foomatic-gswrapper.in')
-rwxr-xr-xfoomatic-gswrapper.in4
1 files changed, 2 insertions, 2 deletions
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;