From: William A. Rowe Jr Date: Fri, 21 Dec 2007 20:08:56 +0000 (+0000) Subject: Let the installer lead on the origin sourceroot conf path X-Git-Tag: 2.3.0~1111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e87a04844735336b9d1388770d80e18623d7e4c2;p=thirdparty%2Fapache%2Fhttpd.git Let the installer lead on the origin sourceroot conf path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index df6ec7d66f0..f373a214fe8 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;