Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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