jjb: set python install layout to deb
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 243e647090cc5c992687723ea0ea5778d1a137ca..b70a46a9e022ea71ede11e35653796acb1ddad60 100755 (executable)
@@ -136,6 +136,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.034902 seconds and 4 git commands to generate.