f74f925163
from maintainer rohee@
20 lines
752 B
Plaintext
20 lines
752 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.18 2005/05/03 17:43:25 sturm Exp $
|
|
|
|
--- Makefile.in.orig Tue Apr 26 00:58:28 2005
|
|
+++ Makefile.in Tue May 3 19:41:04 2005
|
|
@@ -1351,14 +1351,7 @@ install-data-hook: 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_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
|
|
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
|
|
done
|
|
- d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
|
|
- if ./amiroot ; then \
|
|
- chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \
|
|
- chmod 2775 "$${d}" ; fi
|
|
|
|
uninstall-local:
|
|
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@
|