*** src/Makefile.in.orig Mon Oct 3 18:57:36 2005 --- src/Makefile.in Mon Oct 3 19:00:32 2005 *************** *** 1170,1178 **** -if test x"$(dspam_owner)" != xnone; then \ ! chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam; \ fi -if test x"$(dspam_group)" != xnone; then \ ! chgrp "$(dspam_group)" $(DESTDIR)$(bindir)/dspam; \ fi -if test x"$(dspam_mode)" != xnone; then \ ! chmod "$(dspam_mode)" $(DESTDIR)$(bindir)/dspam; \ fi --- 1170,1181 ---- -if test x"$(dspam_owner)" != xnone; then \ ! chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi -if test x"$(dspam_group)" != xnone; then \ ! chgrp "$(dspam_group)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi -if test x"$(dspam_mode)" != xnone; then \ ! chmod "$(dspam_mode)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi *** src/Makefile.orig Mon Oct 3 18:59:54 2005 --- src/Makefile Mon Oct 3 19:00:25 2005 *************** *** 1170,1178 **** -if test x"$(dspam_owner)" != xnone; then \ ! chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam; \ fi -if test x"$(dspam_group)" != xnone; then \ ! chgrp "$(dspam_group)" $(DESTDIR)$(bindir)/dspam; \ fi -if test x"$(dspam_mode)" != xnone; then \ ! chmod "$(dspam_mode)" $(DESTDIR)$(bindir)/dspam; \ fi --- 1170,1181 ---- -if test x"$(dspam_owner)" != xnone; then \ ! chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi -if test x"$(dspam_group)" != xnone; then \ ! chgrp "$(dspam_group)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi -if test x"$(dspam_mode)" != xnone; then \ ! chmod "$(dspam_mode)" $(DESTDIR)$(bindir)/dspam \ ! $(DESTDIR)$(bindir)/dspamc; \ fi