jjb: update SLES detection in build scripts
[lttng-ci.git] / scripts / liburcu / build.sh
index b4cc761e3eef10717d30e49b42c7f5e0f4fd8be0..c8f0c73fc9e461fe521eacdd0705b2f4f82aa1a9 100755 (executable)
@@ -102,7 +102,7 @@ LIBDIR_ARCH="$LIBDIR"
 
 # 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/SuSE-release || -f /etc/yocto-release ) ]]; then
+if [[ ( -f /etc/redhat-release || -f /etc/products.d/SLES.prod || -f /etc/yocto-release ) ]]; then
     # Detect the userspace bitness in a distro agnostic way
     if file -L /bin/bash | grep '64-bit' >/dev/null 2>&1; then
         LIBDIR_ARCH="${LIBDIR}64"
This page took 0.039252 seconds and 4 git commands to generate.