From: Michael Elkins Date: Fri, 4 Jan 2013 04:05:06 +0000 (+0000) Subject: When "make install" fails to chgrp or chmod the mutt_dotlock binary, add the reason... X-Git-Tag: mutt-1-5-22-rel~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd77477b6904947a67663dbecabee46946522119;p=mutt When "make install" fails to chgrp or chmod the mutt_dotlock binary, add the reason why we are doing this so the user knows what to look for. --- diff --git a/Makefile.am b/Makefile.am index 7deb1849..8166b1b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,7 +157,7 @@ install-exec-hook: if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \ chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \ chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \ - { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \ + { echo "Can't fix mutt_dotlock's permissions! This is required to lock mailboxes in the mail spool directory." >&2 ; exit 1 ; } \ fi install-data-local: