From fec9d2868a51da9be5266a67ccbcdb500d67e055 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 31 Jul 1998 15:57:34 +0000 Subject: install: Must make sure that the architecture dependent directories are chmod g+s. For some OS's this won't matter because the parent directory already has this, but it apparently makes a BIG difference on Linux. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1