SOURCES: gedit-plugin-LaTeXPlugin-path.patch (NEW) - fix installat...
grzegol
grzegol at pld-linux.org
Sat Dec 16 20:13:08 CET 2006
Author: grzegol Date: Sat Dec 16 19:13:08 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix installation path
---- Files affected:
SOURCES:
gedit-plugin-LaTeXPlugin-path.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gedit-plugin-LaTeXPlugin-path.patch
diff -u /dev/null SOURCES/gedit-plugin-LaTeXPlugin-path.patch:1.1
--- /dev/null Sat Dec 16 20:13:08 2006
+++ SOURCES/gedit-plugin-LaTeXPlugin-path.patch Sat Dec 16 20:13:03 2006
@@ -0,0 +1,11 @@
+diff -urN aaa/LaTeXPlugin/const.py LaTeXPlugin/const.py
+--- aaa/LaTeXPlugin/const.py 2006-10-29 17:36:43.000000000 +0100
++++ LaTeXPlugin/const.py 2006-12-16 19:53:10.326108424 +0100
+@@ -1,6 +1,6 @@
+ import os.path
+
+-PATH = os.path.expanduser("~/.gnome2/gedit/plugins/LaTeXPlugin")
++PATH = os.path.dirname(__file__)
+
+ # formats
+ (PDF, DVI, PS, PNG, JPG, GIF) = range(6)
================================================================
More information about the pld-cvs-commit
mailing list