diff options
| author | bwarsaw | 1998-06-01 14:50:56 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-01 14:50:56 +0000 |
| commit | 99c3881aaaeb84297d507225c96aeef9ee0df9a2 (patch) | |
| tree | 56bb5df95aab12fd781fe8db8fcf1f6704f18071 | |
| parent | 5bae61058c8eed48cf746ec316a09e1ee151e995 (diff) | |
| download | mailman-99c3881aaaeb84297d507225c96aeef9ee0df9a2.tar.gz mailman-99c3881aaaeb84297d507225c96aeef9ee0df9a2.tar.zst mailman-99c3881aaaeb84297d507225c96aeef9ee0df9a2.zip | |
Install pending_subscriptions.db with `DATAMODE', e.g. 664 (group
writable).
| -rw-r--r-- | misc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index a49732ee6..078e45c4b 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -50,6 +50,7 @@ SHELL= /bin/sh DIRMODE= 775 EXEMODE= 755 FILEMODE= 644 +DATAMODE= 664 INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE) PATHSDIRS= bin cron scripts mail @@ -66,7 +67,7 @@ install: dir=$(prefix)/$$d; \ $(INSTALL) -m $(FILEMODE) paths.py $$dir; \ done - $(INSTALL) -m $(FILEMODE) pending_subscriptions.db $(prefix)/data + $(INSTALL) -m $(DATAMODE) pending_subscriptions.db $(prefix)/data clean: |
