From: Evan Broder Date: Sat, 2 May 2009 16:38:21 +0000 (-0400) Subject: Pass --arch-all to one of the builds for non-arch-all packages. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/common.git/commitdiff_plain/17ccad3c7e4f7cddba018750b90957ac45ebd47e Pass --arch-all to one of the builds for non-arch-all packages. svn path=/trunk/third/common/; revision=2319 --- diff --git a/invirtificator.sh b/invirtificator.sh index 04f0106..62b4ab3 100644 --- a/invirtificator.sh +++ b/invirtificator.sh @@ -108,7 +108,7 @@ cmd_binary () { if [ "$a" = "-A" ]; then sbuild -d "$dist" --arch-all "${ivname}_$ivfilever.dsc" else - sbuild -d "$dist" --arch amd64 "${ivname}_$ivfilever.dsc" + sbuild -d "$dist" --arch amd64 --arch-all "${ivname}_$ivfilever.dsc" sbuild -d "$dist" --arch i386 "${ivname}_$ivfilever.dsc" fi }