From fd17e3392f984398c14319d558e4ec494ce50a25 Mon Sep 17 00:00:00 2001 From: gautier.hattenberger Date: Thu, 15 Jan 2015 12:59:13 +0000 Subject: COMPAT_SYMLINK_CREATE is disabled by default --- Makefile | 2 +- debian/rules | 2 +- 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 -- cgit v1.1