aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb8f137..d19a968 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DESTDIR ?=
#OCAMLFINDFLAGS += -destdir $(DESTDIR)
#endif
-# Set to "n" to disable backwards compatibility symlink creation
+# Set to "y" to enable backwards compatibility symlink creation
COMPAT_SYMLINK_CREATE ?= n
# Symlink source path modifier between $(DESTDIR)/`ocamlc -where`
diff --git a/debian/rules b/debian/rules
index 76e02ba..f09e0b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,6 @@ export OCAMLFIND_DESTDIR = $(DEB_OCAML_DESTDIR)
override_dh_auto_install :
mkdir -p $(DEB_OCAML_DESTDIR)
mkdir -p $(DEB_OCAML_DESTDIR)/stublibs
- $(MAKE) DESTDIR=$(DEB_DESTDIR) COMPAT_SYMLINK_CREATE=n install
+ $(MAKE) DESTDIR=$(DEB_DESTDIR) install
.PHONY: override_dh_auto_install