Load RELEASE.hostarch.Common as well.

This commit is contained in:
Andrew Johnson
2008-08-29 21:06:56 +00:00
parent a2d252bc24
commit f30b6ac32e
+2
View File
@@ -20,6 +20,8 @@ sub readReleaseFiles {
if ($hostarch) {
my $hrelfile = "$relfile.$hostarch";
&readRelease($hrelfile, $Rmacros, $Rapps) if (-r $hrelfile);
$hrelfile .= '.Common';
&readRelease($hrelfile, $Rmacros, $Rapps) if (-r $hrelfile);
}
if ($arch) {