[Pkg-ocaml-maint-commits] r3288 - in /trunk/packages/ocaml: branches/etch-3.09.2+cdbs/debian/cdbs/ocaml.mk trunk/debian/cdbs/ocaml.mk

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Oct 28 15:40:52 CEST 2006


Author: zack
Date: Sat Oct 28 15:40:52 2006
New Revision: 3288

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3288
Log:
use comma as sed pieces separator so that path slashes need not to be quoted

Modified:
    trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/cdbs/ocaml.mk
    trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk

Modified: trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/cdbs/ocaml.mk
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/etch-3.09.2%2Bcdbs/debian/cdbs/ocaml.mk?rev=3288&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/cdbs/ocaml.mk (original)
+++ trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/cdbs/ocaml.mk Sat Oct 28 15:40:52 2006
@@ -47,8 +47,8 @@
 ocamlinit-stamp:
 	for f in $(OCAML_IN_FILES) ; do \
 		sed \
-			-e 's/@OCamlABI@/$(OCAML_ABI)/g' \
-			-e 's/@OCamlStdlibDir@/$(OCAML_STDLIB_DIR)/g' \
+			-e 's, at OCamlABI@,$(OCAML_ABI),g' \
+			-e 's, at OCamlStdlibDir@,$(OCAML_STDLIB_DIR),g' \
 			$$f.in > $$f ; \
 	done
 	touch $@

Modified: trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk?rev=3288&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk (original)
+++ trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk Sat Oct 28 15:40:52 2006
@@ -47,8 +47,8 @@
 ocamlinit-stamp:
 	for f in $(OCAML_IN_FILES) ; do \
 		sed \
-			-e 's/@OCamlABI@/$(OCAML_ABI)/g' \
-			-e 's/@OCamlStdlibDir@/$(OCAML_STDLIB_DIR)/g' \
+			-e 's, at OCamlABI@,$(OCAML_ABI),g' \
+			-e 's, at OCamlStdlibDir@,$(OCAML_STDLIB_DIR),g' \
 			$$f.in > $$f ; \
 	done
 	touch $@




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