summaryrefslogtreecommitdiffstats
path: root/otp-0012-Fix-installation-of-example-file.patch
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2010-09-16 16:15:17 +0400
committerPeter Lemenkov <lemenkov@gmail.com>2010-09-16 16:15:17 +0400
commit9433160c6bbfdc7f544a6e779ff21e0b5c2541f1 (patch)
treec448d5621991cf81a833bc814c0f9e23b508166f /otp-0012-Fix-installation-of-example-file.patch
parent76f2f7ffaa36426182e15735a2c38f2123b19182 (diff)
downloaderlang-9433160c6bbfdc7f544a6e779ff21e0b5c2541f1.tar.gz
erlang-9433160c6bbfdc7f544a6e779ff21e0b5c2541f1.tar.xz
erlang-9433160c6bbfdc7f544a6e779ff21e0b5c2541f1.zip
Ver. R14B
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Diffstat (limited to 'otp-0012-Fix-installation-of-example-file.patch')
-rw-r--r--otp-0012-Fix-installation-of-example-file.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/otp-0012-Fix-installation-of-example-file.patch b/otp-0012-Fix-installation-of-example-file.patch
new file mode 100644
index 0000000..3df5b2c
--- /dev/null
+++ b/otp-0012-Fix-installation-of-example-file.patch
@@ -0,0 +1,27 @@
+From ef692abf68c739722e499f9a564eaa510306fdeb Mon Sep 17 00:00:00 2001
+From: Peter Lemenkov <lemenkov@gmail.com>
+Date: Thu, 16 Sep 2010 14:43:19 +0400
+Subject: [PATCH 12/12] Fix installation of example file
+
+Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
+---
+ lib/observer/src/Makefile | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile
+index fa5f2d0..c61d157 100644
+--- a/lib/observer/src/Makefile
++++ b/lib/observer/src/Makefile
+@@ -114,7 +114,8 @@ include $(ERL_TOP)/make/otp_release_targets.mk
+ release_spec: opt
+ $(INSTALL_DIR) $(RELSYSDIR)/src
+ $(INSTALL_DATA) $(INTERNAL_HRL_FILES) $(RELSYSDIR)/src
+- $(INSTALL_DATA) $(EXAMPLE_FILES) $(RELSYSDIR)/src
++ $(INSTALL_DIR) $(RELSYSDIR)/examples
++ $(INSTALL_DATA) $(EXAMPLE_FILES) $(RELSYSDIR)/examples
+ $(INSTALL_DIR) $(RELSYSDIR)/include
+ $(INSTALL_DATA) $(HRL_FILES) $(RELSYSDIR)/include
+ $(INSTALL_DIR) $(RELSYSDIR)/ebin
+--
+1.7.2.3
+