From: Stephane Glondu Date: Fri, 23 Apr 2010 12:22:46 +0000 (+0200) Subject: Fix a typo that made ocaml-mode not build properly X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~345 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=65f64af7d0e2241dc286f67996d85e2d377df436;p=ocaml.git Fix a typo that made ocaml-mode not build properly --- diff --git a/debian/rules b/debian/rules index 25841ae2..16640810 100755 --- a/debian/rules +++ b/debian/rules @@ -165,7 +165,7 @@ endif override_dh_auto_install: install-stamp install-stamp: -ifneq (,$(findstring ocaml-mode,$(PACKAGES))) +ifneq (,$(findstring ocaml-mode,$(ALL_PACKAGES))) # Install Emacs files $(MAKE) -C emacs \ EMACSDIR=$(CURDIR)/debian/ocaml-mode/usr/share/emacs/site-lisp/ocaml-mode \