2003-05-21 06:51:43 +00:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.10 2003/05/21 06:51:43 marcm Exp $
|
|
|
|
--- Makefile.in.orig Thu May 8 02:45:27 2003
|
|
|
|
+++ Makefile.in Fri May 16 09:45:41 2003
|
|
|
|
@@ -1360,15 +1360,7 @@ install-data-hook: quickmkdir amiroot
|
2002-09-24 00:24:19 +00:00
|
|
|
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)
|
2001-03-12 15:44:34 +00:00
|
|
|
|
2002-09-24 00:24:19 +00:00
|
|
|
uninstall-local:
|
|
|
|
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@
|