aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgautier.hattenberger2015-01-15 12:59:13 +0000
committergautier.hattenberger2015-01-15 12:59:13 +0000
commitfd17e3392f984398c14319d558e4ec494ce50a25 (patch)
tree7e560491555fbfc1f34e65ebbbee30643a499f10
parent3d6012cf93174ce5324b26149c266a75b726fb5e (diff)
downloadivy-ocaml-fd17e3392f984398c14319d558e4ec494ce50a25.zip
ivy-ocaml-fd17e3392f984398c14319d558e4ec494ce50a25.tar.gz
ivy-ocaml-fd17e3392f984398c14319d558e4ec494ce50a25.tar.bz2
ivy-ocaml-fd17e3392f984398c14319d558e4ec494ce50a25.tar.xz
COMPAT_SYMLINK_CREATE is disabled by default
-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