X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_suite_file_list.py;h=76c0b0b3da351b86ef42dd509518c6b1d96053e4;hb=49318b3ef26fd96a902b7b64186005074bc53118;hp=8bb9142c21c58723480c78d3504b98ae142bb31c;hpb=6a4cddfbe864e563e671fe5dabf5600c4783af5c;p=dak.git diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index 8bb9142c..76c0b0b3 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -270,7 +270,7 @@ def write_filelists(packages, dislocated_files): 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":