]> git.decadent.org.uk Git - dak.git/commitdiff
make_suite_file_list
authorJoerg Jaspert <joerg@debian.org>
Mon, 7 Sep 2009 22:22:25 +0000 (00:22 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 7 Sep 2009 22:22:25 +0000 (00:22 +0200)
option typo

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/make_suite_file_list.py

index 8bb9142c21c58723480c78d3504b98ae142bb31c..47ca6925d6018636ea1fb9ec85f24ee69270be2a 100755 (executable)
@@ -267,7 +267,7 @@ def write_filelists(packages, dislocated_files):
                 binary_types = [ "deb", "udeb" ]
             else:
                 binary_types = [ "deb" ]
-            if not Options["Architecture"]:
+            if not Options["Architectures"]:
                 architectures = database.get_suite_architectures(suite)
             else:
                 architectures = utils.split_args(Options["Architectures"])