summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-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: