diff options
Diffstat (limited to 'otp-R12B-5-0001-Do-not-create-links-instead-of-real-files.patch')
-rw-r--r-- | otp-R12B-5-0001-Do-not-create-links-instead-of-real-files.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/otp-R12B-5-0001-Do-not-create-links-instead-of-real-files.patch b/otp-R12B-5-0001-Do-not-create-links-instead-of-real-files.patch new file mode 100644 index 0000000..8ba26f2 --- /dev/null +++ b/otp-R12B-5-0001-Do-not-create-links-instead-of-real-files.patch @@ -0,0 +1,27 @@ +From c99976fbfdef713f66b8235b8b5346b51efc7b76 Mon Sep 17 00:00:00 2001 +From: Peter Lemenkov <lemenkov@gmail.com> +Date: Mon, 19 Apr 2010 13:31:43 +0400 +Subject: [PATCH 1/7] Do not create links instead of real files + +--- + Makefile.in | 4 ---- + 1 files changed, 0 insertions(+), 4 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index e65bfc5..fb1f90d 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -675,10 +675,6 @@ install.Install: + # Install erlang base public files + # + install.bin: +- for file in $(ERL_BASE_PUB_FILES); do \ +- rm -f $(BINDIR)/$$file; \ +- ${LN_S} $(ERLANG_BINDIR)/$$file $(BINDIR)/$$file; \ +- done + + # + # Directories needed before we can install +-- +1.6.6.1 + |