projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a384667
)
Fix a typo that made ocaml-mode not build properly
author
Stephane Glondu
<steph@glondu.net>
Fri, 23 Apr 2010 12:22:46 +0000
(14:22 +0200)
committer
Stephane Glondu
<steph@glondu.net>
Fri, 23 Apr 2010 12:22:56 +0000
(14:22 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 25841ae2e393b1df246d45d746fa1c499ab46efb..1664081018484f167031066e229ddb723c34c8d9 100755
(executable)
--- 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 \