changed locale paths in setup.py
authorEugene Gagarin <mosfet07@ya.ru>
Tue, 24 Feb 2009 07:56:40 +0000 (10:56 +0300)
committerEugene Gagarin <mosfet07@ya.ru>
Tue, 24 Feb 2009 07:56:40 +0000 (10:56 +0300)
setup.py

index 1588241..144a55f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ setup(name='findit',
                  ('share/pixmaps',             ['./icons/findit_icon_26x26.png']), 
                  ('share/applications/hildon', ['findit.desktop']),
                  ('share/findit/',             ['findit.py']),
-                 ('share/findit/ru/LC_MESSAGES/', ['./ru/LC_MESSAGES/findit.mo'])
+                 ('share/locale/ru/LC_MESSAGES/',    ['./ru/LC_MESSAGES/findit.mo'])
+                 ('share/locale/ru_RU/LC_MESSAGES/', ['./ru/LC_MESSAGES/findit.mo'])
                  ]
     )