]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Let the installer lead on the origin sourceroot conf path
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 20:09:27 +0000 (20:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 20:09:27 +0000 (20:09 +0000)
Backport: r606293

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@606294 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index 78bd01d1a9c2fcf08e57261d89429923f02f5fba..991c7dcb87d8345a4871b2628e356099c6f72fc5 100644 (file)
@@ -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;