[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, 312/master, updated. debian/3.11.2-1-17-g65f64af

Stephane Glondu steph at glondu.net
Fri Apr 23 13:07:13 UTC 2010


The following commit has been merged in the 312/master branch:
commit 65f64af7d0e2241dc286f67996d85e2d377df436
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Apr 23 14:22:46 2010 +0200

    Fix a typo that made ocaml-mode not build properly

diff --git a/debian/rules b/debian/rules
index 25841ae..1664081 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 \

-- 
OCaml packaging



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