summaryrefslogtreecommitdiffstats
path: root/otp-0012-Fix-installation-of-example-file.patch
diff options
context:
space:
mode:
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
+