summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-11 11:37:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-11 21:29:11 -0700
commit1aef06d24904114b2c96db066bd6bfd3b7579e85 (patch)
tree47ef107c7f87a5d88e78325eb1071456852d140e
parentb0fd0754f0a36dd797bbf6b3e38394cd4a529501 (diff)
downloaddotfiles-1aef06d24904114b2c96db066bd6bfd3b7579e85.tar.gz
reprepro-rebuilder: pass --no-arch-all to override ~/.sbuildrc
-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 }