From f30b6ac32e0467ef9b9069ba79de00f50b0762fd Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 29 Aug 2008 21:06:56 +0000 Subject: [PATCH] Load RELEASE.hostarch.Common as well. --- src/tools/EPICS/Release.pm | 2 ++ 1 file changed, 2 insertions(+) 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) {