changeset 2493:34d3193bd274

Pango fix_modules bugfix. Fixes the apparent need for local pango...
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 07:52:21 +0100
parents 1fbba3f3aa9b
children 1ae672ec0945
files specs/pango.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/specs/pango.py	Tue Oct 24 19:45:21 2006 +0100
+++ b/specs/pango.py	Tue Oct 24 07:52:21 2006 +0100
@@ -39,8 +39,7 @@
         self.system ('cd %(srcdir)s && patch --force -p1 < %(patchdir)s/pango-substitute-env.patch')
 
     def fix_modules (self, prefix='/usr'):
-        etc = self.expand ('%(install_root)s/%(prefix)s/usr/etc/pango',
-                           locals ())
+        etc = self.expand ('%(install_root)s/%(prefix)s/etc/pango', locals ())
         self.system ('mkdir -p %(etc)s' , locals ())
         for a in glob.glob (etc + '/*'):
             self.file_sub ([('/%(prefix)s/', '$PANGO_PREFIX/')], a, locals ())