diff options
Diffstat (limited to 'dev-games/renpy/files')
-rw-r--r-- | dev-games/renpy/files/renpy-jedit-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-games/renpy/files/renpy-jedit-path.patch b/dev-games/renpy/files/renpy-jedit-path.patch deleted file mode 100644 index e45c885..0000000 --- a/dev-games/renpy/files/renpy-jedit-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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': |