X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=f8e36c9ea8dbb7cc2f932ed45da7c986fdb5f790;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=71fd13b9825631ca32dc87492358975b39a8df00;hpb=b9b7473dc3c3931475d3dacbe827db62731bce4c;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index 71fd13b..f8e36c9 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -41,7 +41,8 @@ LN = ln INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -SETGID_MAIL = @SETGID_MAIL@ +MAIL_SPOOL_GRP = @MAIL_SPOOL_GRP@ +SETGID_MAIL = @SETGID_MAIL@ .SUFFIXES: .SUFFIXES: .c .o @@ -51,7 +52,7 @@ SETGID_MAIL = @SETGID_MAIL@ # commands to build CMDS = ali anno burst comp dist flist folder forw mark mhbuild \ - mhlist mhmail mhn mhparam mhpath mhshow mhstore mhtest msgchk \ + mhlist mhmail mhn mhparam mhpath mhshow mhstore msgchk \ msh packf pick prompter refile repl rmf rmm scan send show \ sortm viamail whatnow whom @@ -63,7 +64,7 @@ LCMDS = flists folders next prev # misc support binaries MISC = ap conflict dp fmtdump install-mh mhl post rcvdist rcvpack \ - rcvstore rcvtty slocal spost + rcvstore rcvtty slocal spost mhtest # commands with 'S'pecial installation needs SCMDS = inc @@ -272,8 +273,8 @@ install-misc: # install commands with special installation needs (thus no $(SCMDS) use here) install-scmds: - if test x$(SETGID_MAIL) = x1; then \ - $(INSTALL_PROGRAM) -g mail -m 2755 inc $(bindir)/$$cmd; \ + if test x$(SETGID_MAIL) != x; then \ + $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(bindir)/$$cmd; \ else \ $(INSTALL_PROGRAM) inc $(bindir)/$$cmd; \ fi