[Pkg-ocaml-maint-commits] [jocaml] 11/15: Remove trailing slash in path

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 b07ce4f514fa20a3f2d807e9bb5afc8007324208
Author: Mehdi Dogguy <mehdi at 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



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