From: Mark Wooding Date: Wed, 7 Aug 2019 12:35:04 +0000 (+0100) Subject: bin/mdw-sbuild-server: Use correct option if not building arch-specific. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ea91eab4699d9fedde80945775c823e12bdf080c bin/mdw-sbuild-server: Use correct option if not building arch-specific. --- diff --git a/bin/mdw-sbuild-server b/bin/mdw-sbuild-server index 705592b..964e031 100755 --- a/bin/mdw-sbuild-server +++ b/bin/mdw-sbuild-server @@ -246,7 +246,7 @@ case "$#,$1" in esac case $archp in t) ;; - nil) firstopt="$firstopt --debbuildopt=-A" ;; + nil) firstopt="$firstopt --no-arch-any" ;; esac ## Sort out the additional packages. This is rather annoying, because