debian: put the build options in the right place

This commit is contained in:
Travis Cross 2012-06-02 17:30:48 +00:00
parent ed9ff6e375
commit 992e05667c
1 changed files with 3 additions and 2 deletions

5
debian/util.sh vendored
View File

@ -263,7 +263,7 @@ build_debs () {
}
if ! [ -d $cow_img ]; then
announce "Creating base $distro-$arch image..."
cow --create $cow_build_opts
cow --create
fi
announce "Updating base $distro-$arch image..."
cow --update
@ -276,7 +276,8 @@ build_debs () {
fi
cow --build $dsc \
--hookdir "$hookdir" \
--buildresult ../
--buildresult ../ \
$cow_build_opts
} 1>&2
echo ${dsc%.dsc}_${arch}.changes
}