]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-forcedotlock.patch
- update to 1.5.22
[packages/mutt.git] / mutt-forcedotlock.patch
index 3c7b4d443fcbb08c15edfd963adfdb08b9ed46eb..565da4b17eaa215c680fc5cfd8c39c08f66cc2dd 100644 (file)
@@ -1,6 +1,6 @@
 --- mutt-1.5.15/Makefile.am.orig       2007-06-03 12:32:52.028633000 +0200
 +++ mutt-1.5.15/Makefile.am    2007-06-03 13:05:48.801283592 +0200
-@@ -138,9 +138,9 @@
+@@ -154,9 +154,9 @@
                rm -f $(DESTDIR)$(bindir)/mutt.dotlock ;                \
                ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
        fi
@@ -10,6 +10,6 @@
 +      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
  
This page took 0.034145 seconds and 4 git commands to generate.