From 0cca8b7fd2e261aa677397a3e196dfdc1c6bc0fe Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 30 Jan 2002 17:36:28 +0000 Subject: install: Install the misc/mailman startup script into $prefix/scripts. --- misc/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-70-g09d2