stuart: releng/kolab devtool.conf,1.2,1.3

cvs at intevation.de cvs at intevation.de
Wed May 12 16:39:58 CEST 2004


Author: stuart

Update of /kolabrepository/releng/kolab
In directory doto:/tmp/cvs-serv25454

Modified Files:
	devtool.conf 
Log Message:
Changed ./devtool copytemplates to ./devtool copyrelfiles - now includes kolab.globals, will probablly include more later on


Index: devtool.conf
===================================================================
RCS file: /kolabrepository/releng/kolab/devtool.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- devtool.conf	12 May 2004 14:31:52 -0000	1.2
+++ devtool.conf	12 May 2004 14:39:55 -0000	1.3
@@ -79,7 +79,7 @@
     RGRP="${KOLAB}-r"
     NGRP="${KOLAB}-n"
 
-%copytemplates
+%copyrelfiles
     echo "+++ copying the new-style templates"
     ./shtool mkdir -p ${PREFIX}/etc/kolab/templates
     ./shtool install -c \
@@ -97,6 +97,10 @@
         -e 's;\@l_rgid\@;${RGID};g' \
         -e 's;\@l_ngid\@;${NGID};g' \
         `find templates -type f -maxdepth 1` ${PREFIX}/etc/kolab/templates
+    echo "+++ copying kolab.globals"
+    ./shtool install -c \
+        -e "s;\@l_prefix\@;${PREFIX};g" \
+        kolab.globals ${PREFIX}/etc/kolab
 
 %release
     ./devtool copydevel





More information about the commits mailing list