gunnar: server/kolabconf ChangeLog,1.2,1.3 Makefile.PL,1.14,1.15

cvs at kolab.org cvs at kolab.org
Fri Dec 7 16:29:09 CET 2007


Author: gunnar

Update of /kolabrepository/server/kolabconf
In directory doto:/tmp/cvs-serv27958

Modified Files:
	ChangeLog Makefile.PL 
Log Message:
Fix the install location for kolabconf for the newest MakeMaker.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabconf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	17 Oct 2007 17:57:13 -0000	1.2
+++ ChangeLog	7 Dec 2007 15:29:06 -0000	1.3
@@ -1,3 +1,9 @@
+2007-12-07  Gunnar Wrobel  <p at rdus.de>
+
+	* Makefile.PL (MY::postamble):
+
+	Fix the install location for kolabconf for the newest MakeMaker.
+
 2007-10-17  Thomas Arendsen Hein  <thomas at intevation.de>
 
 	* lib/Kolab/Conf.pm: kolab/issue934 (Remove FTP FreeBusy Service (proftpd))

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/kolabconf/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.PL	30 Nov 2007 15:10:24 -0000	1.14
+++ Makefile.PL	7 Dec 2007 15:29:06 -0000	1.15
@@ -144,7 +144,7 @@
     VERSION           => $VERSION,
     INSTALLDIRS       => 'vendor',
     EXE_FILES         => [ 'bin/kolabconf', ],
-    INSTALLSCRIPT     => $INSTALLSCRIPT,
+    INSTALLVENDORSCRIPT => $INSTALLSCRIPT,
     ABSTRACT          => 
 'kolabconf provides the central mechanism to the configuration concept
 of the Kolab server. It rewrites the Kolab configuration templates





More information about the commits mailing list