[Pkg-sugar-commit] [sugar-toolkit] 12/13: bundlebuilder: add back build_locale functionality to XOPackager SL #3116
Jonas Smedegaard
dr at jones.dk
Thu Apr 16 18:52:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v0.94.0
in repository sugar-toolkit.
commit 334cddcc80fc698960edb900454a0e7fd01ccfa3
Author: Simon Schampijer <simon at schampijer.de>
Date: Thu Sep 22 16:16:12 2011 +0200
bundlebuilder: add back build_locale functionality to XOPackager SL #3116
Due to the removal of the manifest support we lost as well
the part of the code that does build the locale. This patch
adds that functionality back.
Signed-off-by: Simon Schampijer <simon at laptop.org>
---
src/sugar/activity/bundlebuilder.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/sugar/activity/bundlebuilder.py b/src/sugar/activity/bundlebuilder.py
index 8263239..e7641bb 100644
--- a/src/sugar/activity/bundlebuilder.py
+++ b/src/sugar/activity/bundlebuilder.py
@@ -163,6 +163,7 @@ class XOPackager(Packager):
Packager.__init__(self, builder.config)
self.builder = builder
+ self.builder.build_locale()
self.package_path = os.path.join(self.config.dist_dir,
self.config.xo_name)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git
More information about the pkg-sugar-commit
mailing list