From ea91eab4699d9fedde80945775c823e12bdf080c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 7 Aug 2019 13:35:04 +0100 Subject: [PATCH] bin/mdw-sbuild-server: Use correct option if not building arch-specific. --- bin/mdw-sbuild-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0