git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606251
13f79535-47bb-0310-9956-
ffa450edef68
if ( sourceroot != "docs/conf/" ) {
sourceroot = confroot;
- extrapath = "";
- }
- else {
- extrapath = "extra/";
}
print "Installing Apache HTTP 2.0 server with" >tstfl;
dstfl = confdefault conffile;
bswarning = 1;
} else {
- srcfl = sourceroot extrapath filelist[conffile];
+ srcfl = sourceroot "extra/" filelist[conffile];
dstfl = confdefault "extra/" conffile;
bswarning = 0;
}