changeset 2383:5d501a0b3282

Use it in cygwin packages.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 19 Oct 2006 21:12:49 +0100
parents 31117f84441b
children 73e2fb80fe5c
files specs/fontconfig.py specs/lilypond.py
diffstat 2 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/specs/fontconfig.py	Thu Oct 19 21:12:25 2006 +0100
+++ b/specs/fontconfig.py	Thu Oct 19 21:12:49 2006 +0100
@@ -134,11 +134,6 @@
         d['runtime'].append ('/usr/bin/cyg*dll')
         return d
 
-    def install (self):
-        # FIXME: we do this for all cygwin packages
-        Fontconfig.install (self)
-        self.install_readmes ()
-
     def get_build_dependencies (self):
         return ['libtool', 'libfreetype2-devel', 'expat']
     
@@ -169,3 +164,15 @@
                   'doc': 'documentation',
                   'runtime': 'runtime'}[split]
         return Fontconfig.__doc__ % locals ()
+
+    def configure_command (self):
+        return (Fontconfig.configure_command (self)
+                + ' --sysconfdir=/etc --localstatedir=/var')
+
+    def install (self):
+        Fontconfig.install (self)
+        # FIXME: we do this for all cygwin packages
+	self.post_install_smurf_exe ()
+        self.install_readmes ()
+        
+    
--- a/specs/lilypond.py	Thu Oct 19 21:12:25 2006 +0100
+++ b/specs/lilypond.py	Thu Oct 19 21:12:49 2006 +0100
@@ -256,6 +256,8 @@
     def install (self):
         ##LilyPond.install (self)
         targetpackage.TargetBuildSpec.install (self)
+        # FIXME: we do this for all cygwin packages
+	self.post_install_smurf_exe ()
         self.install_readmes ()
 
         self.install_doc ()