respect arch-all setting

main
josch 10 years ago
parent 62b3b41c9e
commit ddcc703154

@ -32,7 +32,7 @@ check () {
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
while read bd; do
# now run sbuild with "findunusedbd.sh equivs" creating a fake equivs package
sbuild --no-arch-all \
sbuild --$archall \
--chroot-setup-commands="/home/findunusedbd.sh equivs $bd" \
"$dscname"
if [ $? -eq 0 ]; then

Loading…
Cancel
Save