diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-12-21 20:08:56 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-12-21 20:08:56 +0000 |
commit | e87a04844735336b9d1388770d80e18623d7e4c2 (patch) | |
tree | 058b835382ae5288aaec78f7053b751f4f2c165f /build | |
parent | e0f15be241de545482a91b0996c5ecfa77c2a65c (diff) | |
download | httpd-e87a04844735336b9d1388770d80e18623d7e4c2.tar.gz |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/installwinconf.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index df6ec7d66f..f373a214fe 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; |