X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=e68973d1402ebdac050bfb7bd20fb6591b3fdf30;hb=4078e8a24878c584541a6caa8554c751121ab2b4;hp=7817bfcd93730e94b4b7abc581a718c2215cfa0b;hpb=8090cca6b0d3d878652097fae7f3fc31490810fd;p=mmh diff --git a/Makefile.am b/Makefile.am index 7817bfc..e68973d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -430,7 +430,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