diff options
author | Nick White <git@njw.me.uk> | 2010-04-18 17:11:33 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-18 17:11:33 +0100 |
commit | de4d001f691e07f972fd512e3f1cc0b9bafab853 (patch) | |
tree | 4f556c0bbbaefe6bd6f8a00e121c28286dbd3749 /dev-games/renpy/files | |
parent | 5833df9fd700f7734b11035ef54c8e0f7165c0b3 (diff) | |
download | njw-gentoo-local-de4d001f691e07f972fd512e3f1cc0b9bafab853.tar.bz2 njw-gentoo-local-de4d001f691e07f972fd512e3f1cc0b9bafab853.zip |
Add ebuild for digital (and copies of renpy dep)
Diffstat (limited to 'dev-games/renpy/files')
-rw-r--r-- | dev-games/renpy/files/renpy-jedit-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/renpy/files/renpy-jedit-path.patch b/dev-games/renpy/files/renpy-jedit-path.patch new file mode 100644 index 0000000..e45c885 --- /dev/null +++ b/dev-games/renpy/files/renpy-jedit-path.patch @@ -0,0 +1,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': |