summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/examples.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/examples.am b/config/examples.am
index e48141e..71bf8e5 100644
--- a/config/examples.am
+++ b/config/examples.am
@@ -68,6 +68,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 \