From: scheiter Date: Wed, 16 May 2007 10:53:02 +0000 (+0000) Subject: Removed invalid character X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c3df6512aaf4253bc388a89be81e310a71067e8;p=gosa.git Removed invalid character Added /setup dir to packge git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6396 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/gosa.spec b/contrib/gosa.spec index 250d77ba8..f3c69c21b 100644 --- a/contrib/gosa.spec +++ b/contrib/gosa.spec @@ -121,7 +121,7 @@ find . -depth -name CVS -type d | xargs rm -rf mkdir -p %{buildroot}/usr/share/gosa # Copy -DIRS="doc ihtml plugins html include locale" +DIRS="doc ihtml plugins html include locale setup" for i in $DIRS; do \ cp -ua $i %{buildroot}/usr/share/gosa/$i ; \ done @@ -169,7 +169,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", "%{docdir}/"�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", "%{docdir}/"%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 @@ -209,6 +209,7 @@ rm -rf %{buildroot} %attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/ihtml %attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/include %attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/locale +%attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/setup %attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/plugins %attr(0744, %{apacheuser}, %{apachegroup}) /usr/share/gosa/doc/guide.xml