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

mehdi pushed a commit to branch master
in repository jocaml.

commit b07ce4f514fa20a3f2d807e9bb5afc8007324208
Author: Mehdi Dogguy <me...@debian.org>
Date:   Thu May 8 23:10:17 2014 +0200

    Remove trailing slash in path
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bb54ce2..4c99239 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_OPTIONS
 
 JOCAML_ABI         := $(shell head -1 VERSION)
 JOCAML_OPT_ARCH    := $(OCAML_OPT_ARCH)
-JOCAML_STDLIB_DIR  := /usr/lib/jocaml/
+JOCAML_STDLIB_DIR  := /usr/lib/jocaml
 OCAMLINIT_OPTS     := "-e 's/@JOCamlABI@/$(JOCAML_ABI)/g' -e 
's%@JOCamlStdlibDir@%$(JOCAML_STDLIB_DIR)%g'"
 
 OCAMLC := $(if $(wildcard 
/usr/bin/ocamlc.opt),/usr/bin/ocamlc.opt,/usr/bin/ocamlc)

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to