diff options
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 697e46f2d..28ddb206e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,6 +88,7 @@ install: $(SUBDIRS) echo "Creating directory hierarchy $$dir"; \ ./mkinstalldirs $$dir; \ chmod $(DIRMODE) $$dir; \ + chmod g+s $$dir; \ else true; \ fi; \ done |
