]> granicus.if.org Git - apache/commitdiff
The installer will have a temp-extras for these files.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 17:03:56 +0000 (17:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 17:03:56 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606251 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index 8c3225b124ad1c7bd678cef3785ad961b8425608..fe7ce9f5299d9b7bec94608efcfd9e76c726ecf8 100644 (file)
@@ -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;
       }