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
Please register or sign in to comment