]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-forcedotlock.patch
- disabled since 2002, no point in keeping it
[packages/mutt.git] / mutt-forcedotlock.patch
CommitLineData
58ff881d
JB
1--- mutt-1.5.15/Makefile.am.orig 2007-06-03 12:32:52.028633000 +0200
2+++ mutt-1.5.15/Makefile.am 2007-06-03 13:05:48.801283592 +0200
3@@ -138,9 +138,9 @@
4 rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \
5 ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
6 fi
7- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \
8- chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
9- chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \
10+ if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x$(DOTLOCK_GROUP) != x ; then \
11+ chgrp $(DOTLOCK_GROUP) $(DESTDIR)$(bindir)/mutt_dotlock && \
12+ chmod $(DOTLOCK_PERMISSION) $(DESTDIR)$(bindir)/mutt_dotlock || \
13 { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
14 fi
a6825e69 15
This page took 0.028518 seconds and 4 git commands to generate.