Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ff1ec38a2869128f0685a7c4e2b2d141 > files > 1

nmh-1.4-1.fc15.src.rpm

--- uip/Makefile.in.orig	2012-01-15 12:43:38.918366326 -0500
+++ uip/Makefile.in	2012-01-15 12:47:10.092954671 -0500
@@ -284,7 +284,7 @@
 # install commands with special installation needs (thus no $(SCMDS) use here)
 install-scmds:
 	if test x$(SETGID_MAIL) != x; then \
-	  $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(DESTDIR)$(bindir)/$$cmd; \
+	  $(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd; \
 	else \
 	  $(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd; \
 	fi