The following commit has been merged in the master branch:
commit 5414104cf8e4d430e3de279f5862511728ec6972
Author: Stephane Glondu <[email protected]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to