From fba92be2219876a5d243485e04781f93a3525a40 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 21 Dec 2007 17:03:56 +0000 Subject: [PATCH] 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 --- build/installwinconf.awk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; } -- 2.40.0