[Pkg-ocaml-maint-commits] [SCM] findlib packaging branch, master, updated. debian/1.2.3-1-16-gd9f7364

Stephane Glondu steph at glondu.net
Mon Feb 16 07:17:25 UTC 2009


The following commit has been merged in the master branch:
commit 5414104cf8e4d430e3de279f5862511728ec6972
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Feb 16 08:12:26 2009 +0100

    Use $(OCAML_STDLIB_DIR) instead of /usr/lib/ocaml/$(OCAML_ABI)

diff --git a/debian/rules b/debian/rules
index 677a956..ea0c029 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ install/$(PKGNAME)::
 	grep -v \\.opt debian/tmp/etc/ocamlfind.conf > debian/ocamlfind.conf.new
 	mv debian/ocamlfind.conf.new debian/tmp/etc/ocamlfind.conf
 	# mv METAs from empty directories to the /META directory
-	mkdir -p $(CURDIR)/debian/tmp/usr/lib/ocaml/$(OCAML_ABI)/METAS
+	mkdir -p $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS
 	for p in `ls site-lib-src/`; do \
 	  mv $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/$$p/META \
 	    $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)/METAS/META.$$p; \

-- 
findlib packaging



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