aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-04-19 13:46:28 +0200
committerAnders Svensson <[email protected]>2013-04-19 13:46:28 +0200
commit3d3ad2bce531b0661a24b41cbe9b45d728d0685a (patch)
tree5d446c446870bce95fab4b33d104de5b6f15da6e /lib
parent108314a813a4c915973a51f1d22f4406ed52e5c2 (diff)
parentcabbbf07d03466b6394bda33d9af18d9ceb44bfc (diff)
downloadotp-3d3ad2bce531b0661a24b41cbe9b45d728d0685a.tar.gz
otp-3d3ad2bce531b0661a24b41cbe9b45d728d0685a.tar.bz2
otp-3d3ad2bce531b0661a24b41cbe9b45d728d0685a.zip
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r--lib/diameter/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/Makefile b/lib/diameter/src/Makefile
index df10c33268..c0cf418f06 100644
--- a/lib/diameter/src/Makefile
+++ b/lib/diameter/src/Makefile
@@ -230,7 +230,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
# Can't $(INSTALL_DIR) more than one directory at a time on Solaris.
release_spec: opt
- for d in bin ebin include src/dict; do \
+ for d in bin ebin examples include src/dict; do \
$(INSTALL_DIR) "$(RELSYSDIR)/$$d"; \
done
$(INSTALL_SCRIPT) $(BINS:%=../bin/%) "$(RELSYSDIR)/bin"