X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=364b3599c6ba78bc40993d325f9e4e533a27bf92;hp=2a21bd7bbab162c5123dc9311a833996d8854c62;hb=d3a67123c9d05b6d639adb0e6b4a874807602a6b;hpb=1e6e0b5cc1bd2d49ffcef4ea7bb1bb6c256d07b7 diff --git a/uip/Makefile.in b/uip/Makefile.in index 2a21bd7..364b359 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -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; \