From: William A. Rowe Jr Date: Fri, 21 Dec 2007 20:09:27 +0000 (+0000) Subject: Let the installer lead on the origin sourceroot conf path X-Git-Tag: 2.2.7~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352a1d795a5549cec15b72ebd491d6fc603f1889;p=thirdparty%2Fapache%2Fhttpd.git Let the installer lead on the origin sourceroot conf path Backport: r606293 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@606294 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index 78bd01d1a9c..991c7dcb87d 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -35,7 +35,7 @@ BEGIN { confdefault = confroot "original/"; if ( sourceroot != "docs/conf/" ) { - sourceroot = confroot; + sourceroot = serverroot "/" sourceroot; } print "Installing Apache HTTP 2.0 server with" >tstfl;