[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-17-g5f5a516

Stefano Zacchiroli zack at upsilon.cc
Sun Oct 12 19:13:22 UTC 2008


The following commit has been merged in the master branch:
commit 0c467016abe8c0b481dfae4c5af0d6ece736b681
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Oct 12 19:55:09 2008 +0200

    typo in OCAMLRUNPARAM var name

diff --git a/debian/rules b/debian/rules
index 2a4218c..69c8d0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
 
 build/$(DOC_PKG_NAME)::
-	OCAMLRUNPARAMS=l=16M \
+	OCAMLRUNPARAM=l=16M \
 	make doc OBFLAGS=-classic-display
 
 TG_BRANCHES = features/flexi-build

-- 
ocaml-batteries packaging



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