summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwouters2003-03-11 00:40:10 +0000
committertwouters2003-03-11 00:40:10 +0000
commit249df84a47e430fc0c3003c02b123d01a1d17b54 (patch)
treeec96cab83c3e383d32a4ce02b8fe30b9096f8670
parent6d47462abb47292fb59f36ecd49d141a710e5ebe (diff)
downloadmailman-249df84a47e430fc0c3003c02b123d01a1d17b54.tar.gz
mailman-249df84a47e430fc0c3003c02b123d01a1d17b54.tar.zst
mailman-249df84a47e430fc0c3003c02b123d01a1d17b54.zip
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 29918015a..7f120465c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -122,8 +122,8 @@ finish:
-for f in $(SUID_CGI_PROGS); \
do \
exe=$(DESTDIR)$(CGIDIR)/$$f$(CGIEXT); \
- chmod u+s $$exe; \
chown $(MAILMAN_USER) $$exe; \
+ chmod u+s $$exe; \
done
clean: