changeset 3432:e69f9fb644b6

--force-package typo fix.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 04 May 2007 17:37:59 +0200
parents 116762651b08
children 1e3d57ec7d29
files gub/builder.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/builder.py	Fri May 04 15:23:22 2007 +0200
+++ b/gub/builder.py	Fri May 04 17:37:59 2007 +0200
@@ -111,7 +111,8 @@
             spec.os_interface.stage (' *** Stage: %s (%s)\n'
                                      % (stage, spec.name ()))
 
-            if stage == 'package' and tainted and not options.force_package:
+            if (stage == 'package' and tainted
+                and not settings.options.force_package):
                 msg = spec.expand ('''Compile was continued from previous run.
 Will not package.
 Use