chiark / gitweb /
bin/mdw-sbuild-server: Use correct option if not building arch-specific.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 12:35:04 +0000 (13:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 12:35:43 +0000 (13:35 +0100)
bin/mdw-sbuild-server

index 705592b8ffb7f26a8d691c32b12b622b33fa3611..964e0313665aa823faf3148db350e8346d382084 100755 (executable)
@@ -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