thomas: server/horde/horde-framework Makefile,1.9,1.10

cvs at kolab.org cvs at kolab.org
Fri Nov 30 17:13:44 CET 2007


Author: thomas

Update of /kolabrepository/server/horde/horde-framework
In directory doto:/tmp/cvs-serv6179/horde-framework

Modified Files:
	Makefile 
Log Message:
Fixed horde-framework version number sed command.
Adjusted horde-kolab-client to use the absolutely identical command.


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-framework/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	1 Oct 2007 15:47:19 -0000	1.9
+++ Makefile	30 Nov 2007 16:13:41 -0000	1.10
@@ -19,7 +19,7 @@
 DATE = ${YEAR}-${MONTH}-${DAY}
 
 PACKAGE = horde-$(HORDE_NAME)-kolab
-VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9._A-Z]*\).*/\1/")
+VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9._a-z]*\).*/\1/")
 RELEASE = ${YEAR}${MONTH}${DAY}
 
 PATCHES = $(shell find . -name "*.patch")





More information about the commits mailing list