From 992e05667cbf72251504d93625f0c01ef20ac792 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 2 Jun 2012 17:30:48 +0000 Subject: [PATCH] debian: put the build options in the right place --- debian/util.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/util.sh b/debian/util.sh index 9d87cde130..3f4fea312d 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -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 }