提交 992e0566 authored 作者: Travis Cross's avatar Travis Cross

debian: put the build options in the right place

上级 ed9ff6e3
...@@ -263,7 +263,7 @@ build_debs () { ...@@ -263,7 +263,7 @@ build_debs () {
} }
if ! [ -d $cow_img ]; then if ! [ -d $cow_img ]; then
announce "Creating base $distro-$arch image..." announce "Creating base $distro-$arch image..."
cow --create $cow_build_opts cow --create
fi fi
announce "Updating base $distro-$arch image..." announce "Updating base $distro-$arch image..."
cow --update cow --update
...@@ -276,7 +276,8 @@ build_debs () { ...@@ -276,7 +276,8 @@ build_debs () {
fi fi
cow --build $dsc \ cow --build $dsc \
--hookdir "$hookdir" \ --hookdir "$hookdir" \
--buildresult ../ --buildresult ../ \
$cow_build_opts
} 1>&2 } 1>&2
echo ${dsc%.dsc}_${arch}.changes echo ${dsc%.dsc}_${arch}.changes
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论