fdb4b7b5d3
This version natively includes the patches/bugfixes that were frantically added pre-3.2 (includung the 64-bit fixes from naddy@). ok pvalchev@
20 lines
757 B
Plaintext
20 lines
757 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2002/10/21 16:49:06 marcm Exp $
|
|
--- Makefile.in.orig Tue Sep 24 15:08:40 2002
|
|
+++ Makefile.in Sat Oct 19 23:21:48 2002
|
|
@@ -1086,15 +1086,7 @@ install-data-hook: quickmkdir amiroot
|
|
set -e ; for i in . leaf.node failed.postings interesting.groups \
|
|
out.going message.id temp.files ; do \
|
|
mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
|
|
- if ./amiroot ; then \
|
|
- chown news:news $(DESTDIR)$(SPOOLDIR)/$$i ; \
|
|
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
|
|
done
|
|
- d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
|
|
- if ./amiroot ; then \
|
|
- chown news:news "$${d}" ; \
|
|
- chmod 2775 "$${d}" ; fi
|
|
- ./quickmkdir $(DESTDIR)
|
|
|
|
uninstall-local:
|
|
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@
|