summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/reprepro-rebuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reprepro-rebuilder b/bin/reprepro-rebuilder
index 1b29aff0..df8aa9e4 100755
--- a/bin/reprepro-rebuilder
+++ b/bin/reprepro-rebuilder
@@ -182,7 +182,7 @@ sub build {
my $build_debs = sub {
my @args = ("--no-run-lintian", "-d", $dist);
- shift and push @args, "-A";
+ push @args, shift ? "--arch-all" : "--no-arch-all";
for (@_) {
my $basename = basename $_;
{ no autodie; system "sbuild", @args, $basename }