X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-tools%2Fbuild.sh;h=b70a46a9e022ea71ede11e35653796acb1ddad60;hb=c9243fd7ec550ffb681c41bd33387b5c2ae7c323;hp=243e647090cc5c992687723ea0ea5778d1a137ca;hpb=d6237b1bb90d2e5afedc55b77b1fa52f5506f260;p=lttng-ci.git diff --git a/scripts/lttng-tools/build.sh b/scripts/lttng-tools/build.sh index 243e647..b70a46a 100755 --- a/scripts/lttng-tools/build.sh +++ b/scripts/lttng-tools/build.sh @@ -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