summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fb1448a9c..530b915020 100644
--- a/Makefile
+++ b/Makefile
@@ -424,7 +424,7 @@ $(SCRIPTS_WRAPPER) : $(SCRIPTS_WRAPPER).tmpl
$(RM) $@; \
exit 1; \
fi;
- $(CHMOD) 755 $@
+ $(CHMOD) 555 $@
$(SCRIPTS_WRAPPER_LINKS): $(SCRIPTS_WRAPPER)
@if [ ! -h $@ ]; then \