freebsd-ports/emulators/xgngeo/files/patch-data-py___init__.py
Jose Alonso Cardenas Marquez cacf0e81a5 - Update to 16 final
- Add devel/py-psyco dependency only on i386
- Few modifications in patch files
- Bump PORTEPOCH
2006-10-02 03:14:36 +00:00

11 lines
378 B
Python

--- data/py/__init__.py Sun Oct 1 20:49:37 2006
+++ data/py/__init__.py Sun Oct 1 20:50:23 2006
@@ -63,7 +63,7 @@
datarootpath = os.path.join(sys.prefix, 'share', 'xgngeo')
# Internationalization.
-gettext.install("xgngeo", os.path.join(datarootpath, "locale"))
+gettext.install("xgngeo", os.path.join(sys.prefix,"share", "locale"))
class XGngeo:
def __init__(self):