gunnar: server/kolabconf Makefile.PL,1.4,1.5

cvs at kolab.org cvs at kolab.org
Mon Aug 13 08:49:43 CEST 2007


Author: gunnar

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

Modified Files:
	Makefile.PL 
Log Message:
Fix version numbering for kolabconf.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/kolabconf/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.PL	2 Aug 2007 06:43:09 -0000	1.4
+++ Makefile.PL	13 Aug 2007 06:49:41 -0000	1.5
@@ -113,9 +113,12 @@
     return $add;
 }
 
+use lib "lib/Kolab";
+require "Conf.pm";
+
 WriteMakefile(
     NAME              => 'kolabconf',
-    VERSION_FROM      => 'bin/kolabconf.in',
+    VERSION           => $Kolab::Conf::VERSION,
     INSTALLDIRS       => 'vendor',
     EXE_FILES         => [ 'bin/kolabconf', ],
     INSTALLSCRIPT     => $INSTALLSCRIPT,





More information about the commits mailing list