summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-01-30 17:36:28 +0000
committerbwarsaw2002-01-30 17:36:28 +0000
commit0cca8b7fd2e261aa677397a3e196dfdc1c6bc0fe (patch)
treedad3500f23a2bf8aac96c5086fc4f08b046b95e4
parentb9519bcf58adf955e2096b9e5b4e5b269d0a2854 (diff)
downloadmailman-0cca8b7fd2e261aa677397a3e196dfdc1c6bc0fe.tar.gz
mailman-0cca8b7fd2e261aa677397a3e196dfdc1c6bc0fe.tar.zst
mailman-0cca8b7fd2e261aa677397a3e196dfdc1c6bc0fe.zip
-rw-r--r--misc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in
index 84a3a1909..f9be5c788 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -40,6 +40,7 @@ CFLAGS= $(OPT) $(DEFS)
PACKAGEDIR= $(prefix)/Mailman
DATADIR= $(var_prefix)/data
ICONDIR= $(prefix)/icons
+SCRIPTSDIR= $(prefix)/scripts
SHELL= /bin/sh
@@ -68,6 +69,7 @@ install:
$(INSTALL) -m $(FILEMODE) paths.py $$dir; \
done
$(INSTALL) -m $(DATAMODE) pending_subscriptions.db $(DATADIR)
+ $(INSTALL) -m $(EXEMODE) mailman $(SCRIPTSDIR)
finish: