From 97850b2f4b17dc6edbe42aae08645a795f789639 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 22 Jun 2012 17:16:56 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9tection=20du=2064=20bits=20sur=20le=20ch?= =?UTF-8?q?emin=20complet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess index 33bc9f6..077fe1e 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess @@ -2,7 +2,7 @@ { $sogoStatus = $sogod{'status'} || "disabled"; $webmailStatus = $imp{'status'} || "disabled"; - my $lib = ( -d '/usr/lib64' ) ? 'lib64':'lib'; + my $lib = ( -d '/usr/lib64/GNUstep/SOGo/WebServerResources' ) ? 'lib64':'lib'; $style = $sogod{'WebServerResources'} || '/usr/' . $lib . '/GNUstep/SOGo/WebServerResources/'; $style = '/usr/' . $lib . '/GNUstep/SOGo/WebServerResources/' unless ( -d $style); $style =~ s#$#/# unless ( $style =~ m#/$# );