respect arch-all setting
This commit is contained in:
parent
62b3b41c9e
commit
ddcc703154
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -32,7 +32,7 @@ check () {
|
||||||
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
|
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
|
||||||
while read bd; do
|
while read bd; do
|
||||||
# now run sbuild with "findunusedbd.sh equivs" creating a fake equivs package
|
# 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" \
|
--chroot-setup-commands="/home/findunusedbd.sh equivs $bd" \
|
||||||
"$dscname"
|
"$dscname"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue