[dovecot-cvs] dovecot autogen.sh,1.4.2.7,1.4.2.8

tss at dovecot.org tss at dovecot.org
Sat Apr 7 14:09:32 EEST 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv22560

Modified Files:
      Tag: branch_1_0
	autogen.sh 
Log Message:
Fixed to work with non-GNU sed.



Index: autogen.sh
===================================================================
RCS file: /var/lib/cvs/dovecot/autogen.sh,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -d -r1.4.2.7 -r1.4.2.8
--- autogen.sh	3 Apr 2007 09:58:01 -0000	1.4.2.7
+++ autogen.sh	7 Apr 2007 11:09:29 -0000	1.4.2.8
@@ -27,7 +27,7 @@
 
 cd doc/wiki
 cp -f Makefile.am.in Makefile.am
-echo *.txt | sed 's/ / \\\n	/g' >> Makefile.am
+echo *.txt | sed 's, , \\/	,g' | tr '/' '\n' >> Makefile.am
 cd ../..
 
 autoreconf -i



More information about the dovecot-cvs mailing list