]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: put the build options in the right place
authorTravis Cross <tc@traviscross.com>
Sat, 2 Jun 2012 17:30:48 +0000 (17:30 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 2 Jun 2012 17:30:48 +0000 (17:30 +0000)
debian/util.sh

index 9d87cde13076dd56080a6ac0ec71b4d387a223cd..3f4fea312da79c05fcbf20b057ef183ea513f3ca 100755 (executable)
@@ -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
 }