summaryrefslogtreecommitdiffstats
path: root/remote/includes/system.inc
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-04 15:03:06 +0200
committerJonathan Bauer2014-07-04 15:03:06 +0200
commitae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070 (patch)
treeb795ae29a9cd5c0f41abada05aa99a5105d6a2e0 /remote/includes/system.inc
parent[xdg] make sure xdg-user-dirs-update is disabled (diff)
parentMerge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts (diff)
downloadtm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.gz
tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.xz
tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/includes/system.inc')
-rw-r--r--remote/includes/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/includes/system.inc b/remote/includes/system.inc
index bcdaed23..17a80761 100644
--- a/remote/includes/system.inc
+++ b/remote/includes/system.inc
@@ -21,6 +21,7 @@ if [ "$(uname -m)x" = "x86_64x" ]; then
case $SYS_DISTRIBUTION in
ubuntu | debian) LIB64="lib" ;;
opensuse) LIB64="lib64" ;;
+ fedora) LIB64="lib64" ;;
*) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac
AMD64_I386=amd64