summaryrefslogtreecommitdiff
path: root/media-gfx/inkscape/files/inkscape-0.48.4-epython.patch
blob: 2e2483c1b1e384d36f43446f19b371bfbba1ff09 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- inkscape-0.48.4/src/extension/implementation/script.cpp
+++ inkscape-0.48.4/src/extension/implementation/script.cpp
@@ -89,7 +89,7 @@
 #ifdef WIN32
         {"python", "python-interpreter", "pythonw" },
 #else
-        {"python", "python-interpreter", "python" },
+        {"python", "python-interpreter", "@EPYTHON@" },
 #endif
         {"ruby",   "ruby-interpreter",   "ruby"   },
         {"shell",  "shell-interpreter",  "sh"     },