[jhbuild] [perl] the install phase must depend on the build phase (GNOME bug 585787)



commit 66a7d9314755fba30c78ebc5859af7c39ce43723
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Jun 15 09:18:33 2009 +0200

    [perl] the install phase must depend on the build phase (GNOME bug 585787)

 jhbuild/modtypes/perl.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/modtypes/perl.py b/jhbuild/modtypes/perl.py
index 6f18056..2efea1e 100644
--- a/jhbuild/modtypes/perl.py
+++ b/jhbuild/modtypes/perl.py
@@ -85,7 +85,7 @@ class PerlModule(Package):
                 [make, 'install', 'PREFIX=%s' % buildscript.config.prefix],
                 cwd = builddir, extra_env = self.extra_env)
         buildscript.packagedb.add(self.name, self.get_revision() or '')
-    do_install.depends = [PHASE_CHECKOUT]
+    do_install.depends = [PHASE_BUILD]
 
     def xml_tag_and_attrs(self):
         return 'perl', [('id', 'name', None),



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