From: cajus Date: Wed, 3 Dec 2008 10:38:36 +0000 (+0000) Subject: Buildroot was missing to create nice configs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ab36604a16e01152b4e117140391bcf7c4ab6f27;p=gosa.git Buildroot was missing to create nice configs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13138 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/redhat/gosa.spec b/gosa-core/redhat/gosa.spec index ea79de1ec..7edae0998 100644 --- a/gosa-core/redhat/gosa.spec +++ b/gosa-core/redhat/gosa.spec @@ -259,7 +259,8 @@ done %if %{suse} sed -i 's#/usr/bin/php#/usr/bin/php5#' %{buildroot}/usr/sbin/update-gosa sed -i 's#/usr/bin/php#/usr/bin/php5#' %{buildroot}/usr/sbin/gosa-encrypt-passwords - cat <<-EOF >> %{webconf}/gosa-apache.conf + cat <<-EOF >> %{buildroot}%{webconf}/gosa-apache.conf + Options None AllowOverride None