[gtk-mac-bundler] Fix another typo in pango module path



commit 1c5e125f068177bdce86a59d22dc942a31c45e6a
Author: John Ralls <jralls ceridwen us>
Date:   Thu Dec 13 13:53:43 2012 -0800

    Fix another typo in pango module path
    
    Thanks to "aserranor" on Github for pointing it out.

 bundler/bundler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bundler/bundler.py b/bundler/bundler.py
index abca042..bc6b78c 100644
--- a/bundler/bundler.py
+++ b/bundler/bundler.py
@@ -70,7 +70,7 @@ class Bundler:
     def create_pango_setup(self):
         # Create a temporary pangorc file just for creating the
         # modules file with the right modules.
-        module_version = utils.evaluate_pkgconfig_variables("${pkg:pango:pango_module_version}")
+        module_version = utils.evaluate_pkgconfig_variables("${pkg:pango:pango_module_version}/")
         modulespath = self.project.get_bundle_path("Contents/Resources/lib/pango/" +
                                                    module_version +
                                                    "modules/")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]