gunnar: server/kolabconf Makefile.PL,1.6,1.7

cvs at kolab.org cvs at kolab.org
Mon Aug 13 09:28:46 CEST 2007


Author: gunnar

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

Modified Files:
	Makefile.PL 
Log Message:
Fixed sed script for rewriting kolabconf.in.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/kolabconf/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.PL	13 Aug 2007 07:11:38 -0000	1.6
+++ Makefile.PL	13 Aug 2007 07:28:44 -0000	1.7
@@ -91,8 +91,7 @@
     
     my $add = ".PHONY: bin/kolabconf
 bin/kolabconf: bin/kolabconf.in
-	cat \$< | sed -e 's#\@CONFIG_FILE@#$CONFIG#' > \$@
-	cat \$< | sed -e 's#\@VERSION@#$VERSION#' > \$@
+	cat \$< | sed -e 's#\@CONFIG_FILE@#$CONFIG#' | sed -e 's#\@VERSION@#$VERSION#' > \$@
 
 ifeq \"x\$(RPM)\" \"x\"
   RPM = \$(HOME)/bin/openpkg rpm





More information about the commits mailing list