[Pkg-ocaml-maint-commits] r1886 - trunk/packages/ocaml/trunk/debian

Sven Luther luther at costa.debian.org
Wed Nov 2 11:29:39 UTC 2005


Author: luther
Date: 2005-11-02 11:29:38 +0000 (Wed, 02 Nov 2005)
New Revision: 1886

Modified:
   trunk/packages/ocaml/trunk/debian/rules
Log:
Fixed small typo.


Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2005-11-02 11:26:18 UTC (rev 1885)
+++ trunk/packages/ocaml/trunk/debian/rules	2005-11-02 11:29:38 UTC (rev 1886)
@@ -37,7 +37,7 @@
 endif
 
 config-stamp: configure
-	for t in templates/*; \ do
+	for t in templates/*; do
 	  target=${t#templates/};	\
 	  sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in};	\
 	done




More information about the Pkg-ocaml-maint-commits mailing list