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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user