]> git.decadent.org.uk Git - dak.git/commitdiff
The other way round
authorJoerg Jaspert <joerg@debian.org>
Tue, 8 Sep 2009 07:26:00 +0000 (09:26 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 8 Sep 2009 07:26:00 +0000 (09:26 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/make_suite_file_list.py

index 47ca6925d6018636ea1fb9ec85f24ee69270be2a..76c0b0b3da351b86ef42dd509518c6b1d96053e4 100755 (executable)
@@ -267,10 +267,10 @@ def write_filelists(packages, dislocated_files):
                 binary_types = [ "deb", "udeb" ]
             else:
                 binary_types = [ "deb" ]
-            if not Options["Architectures"]:
+            if not Options["Architecture"]:
                 architectures = database.get_suite_architectures(suite)
             else:
-                architectures = utils.split_args(Options["Architectures"])
+                architectures = utils.split_args(Options["Architecture"])
             for arch in [ i.lower() for i in architectures ]:
                 d[suite][component].setdefault(arch, {})
                 if arch == "source":