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
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