From e9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 31 Jul 1998 23:10:06 +0000 Subject: install: Install all bin scripts with group sticky bit set. This seemed necessary for the mmsitepass, and I figured other scripts couldn't hurt. --- bin/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.3.1