[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. upstream/0.7-35-g929b2cb

Ralf Treinen treinen at free.fr
Wed Jul 21 20:17:46 UTC 2010


The following commit has been merged in the master branch:
commit 852a34c1309c1e31fc9bb45b5bc73ce1a1fc3435
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jul 21 21:08:56 2010 +0200

    temporary fix install (build dir)

diff --git a/debian/patches/install b/debian/patches/install
index cbcf0b2..3ece0c9 100644
--- a/debian/patches/install
+++ b/debian/patches/install
@@ -1,13 +1,18 @@
 Index: dose3/Makefile
 ===================================================================
---- dose3.orig/Makefile	2010-07-21 20:55:14.000000000 +0200
-+++ dose3/Makefile	2010-07-21 20:56:07.000000000 +0200
-@@ -53,7 +53,7 @@
+--- dose3.orig/Makefile	2010-07-21 21:08:03.000000000 +0200
++++ dose3/Makefile	2010-07-21 21:08:35.000000000 +0200
+@@ -53,10 +53,10 @@
  	test -d $(LIBDIR) || mkdir -p $(LIBDIR)
  	$(INSTALL) -patch-version $(VERSION) $(NAME) $(INSTALL_STUFF)
  	test -d $(BINDIR) || mkdir -p $(BINDIR)
 -	if [ -f _build/*.native ] ; then \
+-		cp applications/_build/*.native $(BINDIR)/ ; \
 +	if [ "$(OCAMLBEST)" = "native" ] ; then \
- 		cp applications/_build/*.native $(BINDIR)/ ; \
++		cp _build/applications/*.native $(BINDIR)/ ; \
  	else \
- 		cp applications/_build/*.byte $(BINDIR)/ ; \
+-		cp applications/_build/*.byte $(BINDIR)/ ; \
++		cp _build/applications/*.byte $(BINDIR)/ ; \
+ 	fi
+ 	@echo "Installed binaries in $(BINDIR)"
+ 

-- 
dose3 packaging



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