summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 304eb8759..78ed6b0cf 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -63,6 +63,7 @@ install:
for f in $(SCRIPTS); \
do \
$(INSTALL) -m $(EXEMODE) $$f $(SCRIPTSDIR); \
+ chmod g+s $(SCRIPTSDIR)/$$f; \
done
clean: