From 65f64af7d0e2241dc286f67996d85e2d377df436 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 23 Apr 2010 14:22:46 +0200 Subject: [PATCH] Fix a typo that made ocaml-mode not build properly --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2