diff options
| author | viega | 1998-05-29 11:02:31 +0000 |
|---|---|---|
| committer | viega | 1998-05-29 11:02:31 +0000 |
| commit | 433be6a18c0e61f0cd600952f5b78980040aa2de (patch) | |
| tree | 3654e1cc8e342c63ada9fced9360acf93f1d5c39 | |
| parent | 19fe54fda43bbcea5e62e70c8d7ef3af6af6e126 (diff) | |
| download | mailman-433be6a18c0e61f0cd600952f5b78980040aa2de.tar.gz mailman-433be6a18c0e61f0cd600952f5b78980040aa2de.tar.zst mailman-433be6a18c0e61f0cd600952f5b78980040aa2de.zip | |
Modified to generate the confirmation database file.
Barry, you might want to check to make sure I did it right...
| -rw-r--r-- | misc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 1ad2ec733..cc978d50a 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -65,6 +65,7 @@ install: dir=$(prefix)/$$d; \ $(INSTALL) -m $(FILEMODE) paths.py $$dir; \ done + $(INSTALL) -m $(FILEMODE) pending_subscriptions.db $(prefix)/misc clean: |
