1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

Suexec is compiled to the builddir, not the source dir.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2001-10-02 21:53:33 +00:00
parent 2e476da0d2
commit 0540c7d228

View File

@@ -138,7 +138,7 @@ install-man:
install-suexec:
@if test -f $(builddir)/support/suexec; then \
test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir); \
$(INSTALL_PROGRAM) $(srcdir)/support/suexec $(sbindir); \
$(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(sbindir); \
chmod 4755 $(sbindir)/suexec; \
fi