[Pkg-ocaml-maint-commits] [jocaml] 12/15: toploop.cmi is under compiler-libs

Mehdi Dogguy mehdi at moszumanska.debian.org
Thu May 8 22:12:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository jocaml.

commit e70cfec96bd98b399b68f6f48cdd3df483ea3692
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu May 8 23:23:27 2014 +0200

    toploop.cmi is under compiler-libs
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4c99239..4b6ab9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ override_dh_auto_clean:
 override_dh_auto_install:
 	mkdir -p $(CURDIR)/debian/tmp/usr
 	$(MAKE) PREFIX=$(CURDIR)/debian/tmp/usr LIBDIR=$(CURDIR)/debian/tmp/$(JOCAML_STDLIB_DIR) install
-	mv $(CURDIR)/debian/tmp/$(JOCAML_STDLIB_DIR)/toploop.cmi $(CURDIR)/debian/jocaml/$(JOCAML_STDLIB_DIR)/jocamltoploop/
+	mv $(CURDIR)/debian/tmp/$(JOCAML_STDLIB_DIR)/compiler-libs/toploop.cmi $(CURDIR)/debian/jocaml/$(JOCAML_STDLIB_DIR)/jocamltoploop/
 	cd $(CURDIR)/debian/tmp/usr/bin; \
 	    for i in ocamldep ocamldep.opt ocamlprof ocamlcp ocamlmklib; do \
 	        if [ -e $$i ]; then mv $$i j$$i; fi; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/jocaml.git



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