From: William A. Rowe Jr Date: Fri, 21 Dec 2007 17:03:56 +0000 (+0000) Subject: The installer will have a temp-extras for these files. X-Git-Tag: 2.3.0~1114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fba92be2219876a5d243485e04781f93a3525a40;p=apache The installer will have a temp-extras for these files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index 8c3225b124..fe7ce9f529 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -36,10 +36,6 @@ BEGIN { if ( sourceroot != "docs/conf/" ) { sourceroot = confroot; - extrapath = ""; - } - else { - extrapath = "extra/"; } print "Installing Apache HTTP 2.0 server with" >tstfl; @@ -70,7 +66,7 @@ BEGIN { dstfl = confdefault conffile; bswarning = 1; } else { - srcfl = sourceroot extrapath filelist[conffile]; + srcfl = sourceroot "extra/" filelist[conffile]; dstfl = confdefault "extra/" conffile; bswarning = 0; }