From: Joerg Jaspert Date: Mon, 7 Sep 2009 22:22:25 +0000 (+0200) Subject: make_suite_file_list X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e02108d7734b1bec83b842d7b9aac9a94bab7533;p=dak.git make_suite_file_list option typo Signed-off-by: Joerg Jaspert --- diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index 8bb9142c..47ca6925 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -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"])