summaryrefslogtreecommitdiffstats
path: root/remote/includes/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'remote/includes/system.inc')
-rw-r--r--remote/includes/system.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/remote/includes/system.inc b/remote/includes/system.inc
index 17a80761..23a5f18b 100644
--- a/remote/includes/system.inc
+++ b/remote/includes/system.inc
@@ -19,9 +19,8 @@ export MAKEFLAGS="-j$CPU_CORES"
if [ "$(uname -m)x" = "x86_64x" ]; then
# Setting LIB64, as openSuse differentiates but Ubuntu does not:
case $SYS_DISTRIBUTION in
- ubuntu | debian) LIB64="lib" ;;
- opensuse) LIB64="lib64" ;;
- fedora) LIB64="lib64" ;;
+ ubuntu | debian) LIB64="lib" ;;
+ opensuse | fedora | centos) LIB64="lib64" ;;
*) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac
AMD64_I386=amd64
@@ -35,4 +34,3 @@ else
AMD64_X86=x86
ARCHREGEX="(i[3456]86|x86[_-]32)"
fi
-