richard: server/kolab-webadmin/kolab-webadmin ChangeLog, 1.98, 1.99 Makefile.am, 1.53, 1.54

cvs at kolab.org cvs at kolab.org
Sun Mar 30 21:44:21 CEST 2008


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv25232

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Make smarty compile location configurable, variable smarty_compiledir
is used for this.  See issue2538



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- ChangeLog	28 Mar 2008 22:29:30 -0000	1.98
+++ ChangeLog	30 Mar 2008 19:44:19 -0000	1.99
@@ -1,3 +1,10 @@
+2008-03-30 Richard Bos <richard at radoeka.nl>
+
+	* php/admin/include/mysmarty.php.in: changed $basedir.'templates into
+	  @smarty_compiledir@ (issue2538)
+	* Makefile.am: changed $(phpkolabdir)/templates_c into
+	  $(smarty_compiledir) (issue2538)
+
 2008-03-28 Richard Bos <richard at radoeka.nl>
 
 	* php/admin/templates/systemaliasnagscreen.tpl: 

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Makefile.am	28 Mar 2008 22:39:16 -0000	1.53
+++ Makefile.am	30 Mar 2008 19:44:19 -0000	1.54
@@ -430,5 +430,5 @@
 
 
 install-data-hook:
-	$(mkinstalldirs) $(DESTDIR)$(phpkolabdir)/templates_c
+	$(mkinstalldirs) $(DESTDIR)$(smarty_compiledir)
 # 	test -z "$(webserver_usr)" || chown $(webserver_usr) $(DESTDIR)$(phpkolabdir)/templates_c





More information about the commits mailing list