X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=f8e36c9ea8dbb7cc2f932ed45da7c986fdb5f790;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=2a21bd7bbab162c5123dc9311a833996d8854c62;hpb=bf46cc47a8f442fdbc08d81f8b51d30115637a93;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index 2a21bd7..f8e36c9 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -52,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 @@ -64,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 @@ -273,7 +273,7 @@ install-misc: # install commands with special installation needs (thus no $(SCMDS) use here) install-scmds: - if test x$(SETGID_MAIL) = x1; then \ + if test x$(SETGID_MAIL) != x; then \ $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(bindir)/$$cmd; \ else \ $(INSTALL_PROGRAM) inc $(bindir)/$$cmd; \