jjb: set python install layout to deb
[lttng-ci.git] / scripts / babeltrace / build.sh
index ae13afa55a96bf7b4afaf78b55d1419eefaaa9da..0c3e6e77dcfd0962cda780d360eb771d1434403f 100755 (executable)
@@ -121,6 +121,9 @@ PREFIX="/build"
 LIBDIR="lib"
 LIBDIR_ARCH="$LIBDIR"
 
+# Force the normal Python install layout without 'local' on Debian / Ubuntu
+export DEB_PYTHON_INSTALL_LAYOUT="deb"
+
 # RHEL and SLES both use lib64 but don't bother shipping a default autoconf
 # site config that matches this.
 if [[ ( -f /etc/redhat-release || -f /etc/products.d/SLES.prod || -f /etc/yocto-release ) ]]; then
This page took 0.031747 seconds and 4 git commands to generate.