Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2010-03-09 20:21:05 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2010-03-09 20:21:05 (GMT)
commitcca38331acb72e5388f1535092676be0d716b0b7 (patch)
tree4a458ec4084a31a65a7ebe1bd87cc1e89270b05e
parent8ff30244ed759b80dfebbf6331d03cf6dc888276 (diff)
set SUGAR_LOCALEDIR (partial fix for SL#622)
-rw-r--r--sjhbuild/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sjhbuild/config.py b/sjhbuild/config.py
index 259611e..de31b60 100644
--- a/sjhbuild/config.py
+++ b/sjhbuild/config.py
@@ -55,6 +55,7 @@ class Config(jhbuild.config.Config):
os.environ['SUGAR_PREFIX'] = self.prefix
os.environ['SUGAR_PATH'] = os.path.join(self.prefix, 'share', 'sugar')
+ os.environ['SUGAR_LOCALEDIR'] = os.path.join(self.prefix, 'share', 'locale')
os.environ.setdefault('SUGAR_LOGGER_LEVEL', 'debug')
# Enable debug log of the Telepathy components