From: cajus Date: Wed, 1 Jun 2005 08:18:18 +0000 (+0000) Subject: Fixed sed line to replace the correct location of the gosa.conf template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=040c5730d935b97f8ee6783972a0f41295b9376d;p=gosa.git Fixed sed line to replace the correct location of the gosa.conf template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@571 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/gosa.spec b/contrib/gosa.spec index 80115f0c0..d05d2f96b 100644 --- a/contrib/gosa.spec +++ b/contrib/gosa.spec @@ -99,7 +99,7 @@ EOF mkdir -p %{buildroot}/etc/openldap/schema/gosa mv contrib/openldap/*.schema %{buildroot}/etc/openldap/schema/gosa -sed 's%"CONFIG_TEMPLATE_DIR", "../contrib/"%"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa-%{version}/"%g' %{buildroot}/usr/share/gosa/include/functions.inc > %{buildroot}/usr/share/gosa/include/functions.inc.new +sed 's§"CONFIG_TEMPLATE_DIR", "../contrib/"§"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa-%{version}/"§g' %{buildroot}/usr/share/gosa/include/functions.inc > %{buildroot}/usr/share/gosa/include/functions.inc.new mv -f %{buildroot}/usr/share/gosa/include/functions.inc.new %{buildroot}/usr/share/gosa/include/functions.inc mv -f doc manual mkdir -p %{buildroot}/etc/gosa/vacation