richard: server/kolab-resource-handlers/kolab-resource-handlers ChangeLog, 1.6, 1.7 Makefile.am, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Fri Dec 30 20:24:59 CET 2005


Author: richard

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers
In directory doto:/tmp/cvs-serv15262

Modified Files:
	ChangeLog Makefile.am 
Log Message:
add webserver_web_prefix to webserver_document_root
so the involved files are installed in the right directory.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog	22 Dec 2005 22:36:15 -0000	1.6
+++ ChangeLog	30 Dec 2005 19:24:57 -0000	1.7
@@ -1,4 +1,8 @@
 2005-12-22 Richard Bos <richard at radoeka.nl>
+	* Makefile.am: add webserver_web_prefix so the involved files
+	  are installed in the right directory.
+
+2005-12-22 Richard Bos <richard at radoeka.nl>
 	* resmgr/kolabfilter.php.in,
 	  resmgr/kolabmailboxfilter.php.in: changed @phplibdir2@/pear to
 	  @phppeardir@

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	17 Dec 2005 11:05:56 -0000	1.3
+++ Makefile.am	30 Dec 2005 19:24:57 -0000	1.4
@@ -6,7 +6,7 @@
 
 noinst_HEADERS = @PACKAGE at .spec
 
-wsfreebusydir = $(webserver_document_root)/freebusy
+wsfreebusydir = $(webserver_document_root)$(webserver_web_prefix)/freebusy
 wsfreebusy_DATA = freebusy/pfb.php \
 	freebusy/freebusy.php
 





More information about the commits mailing list