summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-10-06 23:33:56 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-10-06 23:33:56 (GMT)
commit6dbfc9d3aeacb5baae1dbc9f03cc81a5a9cfcc61 (patch)
tree50d423ec5364a08525931bdb1991397c71e68560 /c++/examples/Makefile.in
parentc18db616e502fbdeed35966081a6aa6c4c61945d (diff)
downloadhdf5-6dbfc9d3aeacb5baae1dbc9f03cc81a5a9cfcc61.zip
hdf5-6dbfc9d3aeacb5baae1dbc9f03cc81a5a9cfcc61.tar.gz
hdf5-6dbfc9d3aeacb5baae1dbc9f03cc81a5a9cfcc61.tar.bz2
[svn-r19529] Added line to config/examples.am to remove execute permission from example source files that are installed in .../share/hdf5_examples/. This will address bugzilla #2025.
Tested with h5committest on amani, heiwa, and jam.
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r--c++/examples/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 4d797f0..c73313c 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -630,6 +630,7 @@ install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
@for f in X $(INSTALL_FILES); do \
if test $$f != X; then \
(set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\
+ chmod a-x $(EXAMPLEDIR)/$$f;\
fi; \
done
@for f in X $(INSTALL_SCRIPT_FILES); do \