summaryrefslogtreecommitdiff
path: root/dev-games/renpy/files/renpy-jedit-path.patch
blob: e45c88526221d4430c981c4cdd83f70daadae325 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/launcher/jEdit.editor.py	2009-07-05 23:42:37.000000000 +0600
+++ b/launcher/jEdit.editor.py	2010-01-18 21:46:37.453619044 +0500
@@ -6,7 +6,7 @@
 import os.path
 import sys
 
-editor = os.path.normpath(base + "/../jedit/jedit.jar")
+editor = os.path.normpath("/usr/share/jedit/jedit.jar")
 editor = renpy.shell_escape(editor)
 
 if sys.platform == 'win32':