Commit ebeac34e authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Make the install root for "make install" in APACI's Makefile overrideable by

package authors. This way an Apache package tarball can be rolled via

$ ./configure --prefix=/usr/local ...
$ make
$ make install root=/tmp/apache-root

by just assembling the files from /tmp/apache-root instead of fishing them out
from /usr/local. This is the way Debian and RedHat already do their packages
most of the time.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81051 13f79535-47bb-0310-9956-ffa450edef68
parent c94cc239
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment