From: Stephane Glondu Date: Sun, 18 Apr 2010 13:14:44 +0000 (+0200) Subject: Use the freshly compiled ocamlc to check the version X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~353 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0b5ec688419fcf2632ab1bf03d1e69fa7f17036;p=ocaml.git Use the freshly compiled ocamlc to check the version --- 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