Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/bundlemodule.py
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/bundlemodule.py')
-rw-r--r--sjhbuild/bundlemodule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/bundlemodule.py b/sjhbuild/bundlemodule.py
index 1e72fc5..05b24e3 100644
--- a/sjhbuild/bundlemodule.py
+++ b/sjhbuild/bundlemodule.py
@@ -28,7 +28,7 @@ class BundleModule(distutils.DistutilsModule):
cmd.extend(['--build-base', builddir])
buildscript.execute(cmd, cwd = srcdir, extra_env = self.extra_env)
do_build.depends = [distutils.DistutilsModule.PHASE_CHECKOUT]
- do_build.error_phase = [PHASE_FORCE_CHECKOUT]
+ do_build.error_phase = [distutils.DistutilsModule.PHASE_FORCE_CHECKOUT]
def do_install(self, buildscript):
buildscript.set_action(_('Installing'), self)