summary refs log tree commit diff
path: root/pkgs/applications/kde/kdegraphics-thumbnailers/gs-paths.patch
blob: 5aa4a8d7444c9c8113ead33c0d8851588ff94318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/ps/gscreator.cpp b/ps/gscreator.cpp
index 5b84e49..cbb7c25 100644
--- a/ps/gscreator.cpp
+++ b/ps/gscreator.cpp
@@ -101,7 +101,7 @@ static const char *epsprolog =
     "[ ] 0 setdash newpath false setoverprint false setstrokeadjust\n";
 
 static const char * gsargs_ps[] = {
-    "gs",
+    "@gs@",
     "-sDEVICE=png16m",
     "-sOutputFile=-",
     "-dSAFER",
@@ -120,7 +120,7 @@ static const char * gsargs_ps[] = {
 };
 
 static const char * gsargs_eps[] = {
-    "gs",
+    "@gs@",
     "-sDEVICE=png16m",
     "-sOutputFile=-",
     "-dSAFER",