From 040c5730d935b97f8ee6783972a0f41295b9376d Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 1 Jun 2005 08:18:18 +0000 Subject: [PATCH] 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 --- contrib/gosa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2