projects
/
invirt/third/common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826b096
)
Pass --arch-all to one of the builds for non-arch-all packages.
author
Evan Broder
<broder@mit.edu>
Sat, 2 May 2009 16:38:21 +0000
(12:38 -0400)
committer
Evan Broder
<broder@mit.edu>
Sat, 2 May 2009 16:38:21 +0000
(12:38 -0400)
svn path=/trunk/third/common/; revision=2319
invirtificator.sh
patch
|
blob
|
history
diff --git
a/invirtificator.sh
b/invirtificator.sh
index
04f0106
..
62b4ab3
100644
(file)
--- 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
}