[pkg-kolab] r72 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Wed Jan 4 13:23:56 UTC 2006


Author: noel
Date: 2006-01-04 13:23:55 +0000 (Wed, 04 Jan 2006)
New Revision: 72

Modified:
   trunk/kolabd/debian/rules
Log:
examples/templates in /usr/share and not /etc

Modified: trunk/kolabd/debian/rules
===================================================================
--- trunk/kolabd/debian/rules	2006-01-04 13:14:45 UTC (rev 71)
+++ trunk/kolabd/debian/rules	2006-01-04 13:23:55 UTC (rev 72)
@@ -68,7 +68,7 @@
 	install -D -m 755 kolab_bootstrap debian/kolabd/usr/share/kolabd/kolab_bootstrap
 	
 	# Template files for /etc/kolab/templates
-	for i in templates/* ; do install -D -m 644 $$i debian/kolabd/etc/kolab/$$i ; done
+	for i in templates/* ; do install -D -m 644 $$i debian/kolabd/usr/share/doc/kolabd/$$i ; done
 	
 	# Ldap files
 	install -D -m 644 kolab2.schema debian/kolabd/usr/share/kolabd/schema/kolab2.schema




More information about the pkg-kolab-devel mailing list