summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbwarsaw1998-06-19 19:41:30 +0000
committerbwarsaw1998-06-19 19:41:30 +0000
commitf6b88c1ee87f3952954a7e71fd1f6896d7a13020 (patch)
treec6989a55c55d3f0da8349560df5929aa0dd7f713 /scripts
parent99a6ca7d6c826468299c42c1b8be6467d0df0e79 (diff)
downloadmailman-f6b88c1ee87f3952954a7e71fd1f6896d7a13020.tar.gz
mailman-f6b88c1ee87f3952954a7e71fd1f6896d7a13020.tar.zst
mailman-f6b88c1ee87f3952954a7e71fd1f6896d7a13020.zip
MAILDIR => SCRIPTSDIR
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index d724c00ff..73d770790 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -38,11 +38,11 @@ DEFS= @DEFS@
OPT= @OPT@
CFLAGS= $(OPT) $(DEFS)
-MAILDIR= $(prefix)/scripts
+SCRIPTSDIR= $(prefix)/scripts
SHELL= /bin/sh
-SCRIPTS= answer_majordomo_mail mailcmd mailowner post
+SCRIPTS= answer_majordomo_mail mailcmd mailowner post driver
# Modes for directories and executables created by the install
# process. Default to group-writable directories but
@@ -60,7 +60,7 @@ all:
install:
for f in $(SCRIPTS); \
do \
- $(INSTALL) -m $(FILEMODE) $$f $(MAILDIR); \
+ $(INSTALL) -m $(FILEMODE) $$f $(SCRIPTSDIR); \
done
clean: