You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/21 21:09:28 UTC

svn commit: r606294 - /httpd/httpd/branches/2.2.x/build/installwinconf.awk

Author: wrowe
Date: Fri Dec 21 12:09:27 2007
New Revision: 606294

URL: http://svn.apache.org/viewvc?rev=606294&view=rev
Log:
Let the installer lead on the origin sourceroot conf path

Backport: r606293

Modified:
    httpd/httpd/branches/2.2.x/build/installwinconf.awk

Modified: httpd/httpd/branches/2.2.x/build/installwinconf.awk
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/installwinconf.awk?rev=606294&r1=606293&r2=606294&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/installwinconf.awk (original)
+++ httpd/httpd/branches/2.2.x/build/installwinconf.awk Fri Dec 21 12:09:27 2007
@@ -35,7 +35,7 @@
     confdefault = confroot "original/";
 
     if ( sourceroot != "docs/conf/" ) {
-        sourceroot = confroot;
+        sourceroot = serverroot "/" sourceroot;
     }
 
     print "Installing Apache HTTP 2.0 server with" >tstfl;