From a0b5ec688419fcf2632ab1bf03d1e69fa7f17036 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 18 Apr 2010 15:14:44 +0200 Subject: [PATCH] Use the freshly compiled ocamlc to check the version --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 659f0a2d..69d9b21e 100755 --- a/debian/rules +++ b/debian/rules @@ -236,7 +236,7 @@ endif --checksum $(OCAML_ABI) dh_gencontrol # Check that OCAML_ABI is correct - if [ "$(OCAML_ABI)" != "$(shell boot/ocamlrun ocamlc -version)" ]; then \ + if [ "$(OCAML_ABI)" != "$(shell boot/ocamlrun ./ocamlc -version)" ]; then \ echo "Please adjust OCAML_ABI in debian/rules"; \ exit 2; \ fi -- 2.30.2