Try to use correct arch for .debs.
[dcpomatic.git] / builds / chroot-deb
index c7cc4641d60cfba8061f0b5bf010e2089cf5d10b..881f9f8c33f07df9e8dc46e920399222e68daea5 100755 (executable)
@@ -13,7 +13,7 @@ else
   CPU=amd64
 fi
 
-cp builds/control-$UBUNTU_VERSION debian/control
+cp builds/control-$UBUNTU_VERSION-$BITS debian/control
 ./waf dist
 TARBALL=`ls -1 *.tar.bz2`
 VERSION=`echo $TARBALL | sed -e 's/^dvdomatic-\(.*\).tar.bz2/\1/'`