]> 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:08:56 +0000 (20:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 20:08:56 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606293 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index df6ec7d66f082bd4a2422373b108d2de8f35dc9a..f373a214fe84f433286b651ea25d430eabcb6e48 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;