X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=7326a5bf4efd6a9ceaa5cccf542769dab97f4083;hb=305304bcc8a55a2faea31c551ccc66d984e63bd1;hp=7817bfcd93730e94b4b7abc581a718c2215cfa0b;hpb=8090cca6b0d3d878652097fae7f3fc31490810fd;p=mmh diff --git a/Makefile.am b/Makefile.am index 7817bfc..7326a5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ TESTS = test/bad-input/test-header \ check_SCRIPTS = test/common.sh check_PROGRAMS = test/getfullname test/getfqdn test/fakesmtp +DISTCHECK_CONFIGURE_FLAGS = DISABLE_SETGID_MAIL=1 ## ## Stuff that should be cleaned via "make clean" @@ -430,7 +431,7 @@ install-exec-hook: ln $(DESTDIR)$(bindir)/show$(EXEEXT) $(DESTDIR)$(bindir)/prev$(EXEEXT) ln $(DESTDIR)$(bindir)/show$(EXEEXT) $(DESTDIR)$(bindir)/next$(EXEEXT) if test x$(SETGID_MAIL) != x; then \ - chgrp $(MAIL_SPOOL_GRP) $(DESTDIR)$(bindir)/inc$(EXEEXT); \ + chgrp $(MAIL_SPOOL_GRP) $(DESTDIR)$(bindir)/inc$(EXEEXT) && \ chmod 2755 $(DESTDIR)$(bindir)/inc$(EXEEXT); \ fi