diff options
| author | twouters | 2003-03-11 00:40:10 +0000 |
|---|---|---|
| committer | twouters | 2003-03-11 00:40:10 +0000 |
| commit | 249df84a47e430fc0c3003c02b123d01a1d17b54 (patch) | |
| tree | ec96cab83c3e383d32a4ce02b8fe30b9096f8670 | |
| parent | 6d47462abb47292fb59f36ecd49d141a710e5ebe (diff) | |
| download | mailman-249df84a47e430fc0c3003c02b123d01a1d17b54.tar.gz mailman-249df84a47e430fc0c3003c02b123d01a1d17b54.tar.zst mailman-249df84a47e430fc0c3003c02b123d01a1d17b54.zip | |
| -rw-r--r-- | src/Makefile.in | 2 |
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: |
