bundlebuilder: add back build_locale functionality to XOPackager SL

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@laptop.org>
This commit is contained in:
Simon Schampijer 2011-09-22 16:16:12 +02:00
parent 0fd2f8b39b
commit 29a700b34a

View File

@ -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)