blob: c43f69991fe74d71e6a128cad2af368426ba336d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- pstoepsi.prefix.orig Mon Jul 22 19:41:04 2002
+++ pstoepsi.prefix Mon Jul 22 19:40:51 2002
@@ -33,10 +33,10 @@
<file>.ps <file>.epsi"
########################## Edit these variables #####################
-GS='/usr/local/bin/X11/gs'
+GS='%%PREFIX%%/bin/gs'
PSTOPPM='/usr/local/libdata/X11/gs/pstoppm.ps'
-PBMTOEPSI='./pbmtoepsi'
-RASTTOPNM='/mm/bin/rasttopnm'
+PBMTOEPSI='%%PREFIX%%/bin/pbmtoepsi'
+RASTTOPNM='%%PREFIX%%/bin/rasttopnm'
INTERP='gs'
STRIP='false'
HIRES='false'
|