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

Sven Luther luther at costa.debian.org
Wed Nov 2 11:33:20 UTC 2005


Author: luther
Date: 2005-11-02 11:33:19 +0000 (Wed, 02 Nov 2005)
New Revision: 1888

Modified:
   trunk/packages/ocaml/trunk/debian/rules
Log:
Damn svn-buildpackage wants stuff checked in before building :/


Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2005-11-02 11:30:58 UTC (rev 1887)
+++ trunk/packages/ocaml/trunk/debian/rules	2005-11-02 11:33:19 UTC (rev 1888)
@@ -39,7 +39,7 @@
 config-stamp: configure
 	for t in templates/*; do \
 	  target=${t#templates/};	\
-	  sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in};	\
+	  sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >${target%.in};	\
 	done
 	dh_testdir
 	# Add here commands to configure the package.




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