diff --git a/src/tools/EPICS/Release.pm b/src/tools/EPICS/Release.pm index 31659e664..22e247847 100644 --- a/src/tools/EPICS/Release.pm +++ b/src/tools/EPICS/Release.pm @@ -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) {