summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-07-31 23:10:06 +0000
committerbwarsaw1998-07-31 23:10:06 +0000
commite9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab (patch)
treeaff04d39307b4bfd90dd72e52ab85694db72d78f
parent66ffc42478adff2cf8e04e745e4b27c86ae15ab6 (diff)
downloadmailman-e9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab.tar.gz
mailman-e9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab.tar.zst
mailman-e9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab.zip
install: Install all bin scripts with group sticky bit set. This
seemed necessary for the mmsitepass, and I figured other scripts couldn't hurt.
Diffstat (limited to '')
-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: