diff --git a/rpms/awips2.core/Installer.gfesuite-client/component.spec b/rpms/awips2.core/Installer.gfesuite-client/component.spec index a9d83dcb64..d370dcd8a0 100644 --- a/rpms/awips2.core/Installer.gfesuite-client/component.spec +++ b/rpms/awips2.core/Installer.gfesuite-client/component.spec @@ -70,7 +70,10 @@ mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ISC if [ $? -ne 0 ]; then exit 1 fi - +mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ATBL +if [ $? -ne 0 ]; then + exit 1 +fi # Copy the profile.d scripts. PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d" @@ -97,4 +100,4 @@ rm -rf ${RPM_BUILD_ROOT} %dir /awips2/GFESuite/exportgrids2 %defattr(644,awips,fxalpha,775) %dir /awips2/GFESuite/products -/awips2/GFESuite/products/* \ No newline at end of file +/awips2/GFESuite/products/* diff --git a/rpms/awips2.core/Installer.gfesuite-server/component.spec b/rpms/awips2.core/Installer.gfesuite-server/component.spec index fc79b78670..d06d039069 100644 --- a/rpms/awips2.core/Installer.gfesuite-server/component.spec +++ b/rpms/awips2.core/Installer.gfesuite-server/component.spec @@ -70,7 +70,10 @@ mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ISC if [ $? -ne 0 ]; then exit 1 fi - +mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ATBL +if [ $? -ne 0 ]; then + exit 1 +fi # Copy the profile.d scripts. PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d" @@ -101,4 +104,4 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) /awips2/GFESuite/ServiceBackup/configuration/svcbu.properties %defattr(644,awips,fxalpha,775) %dir /awips2/GFESuite/products -/awips2/GFESuite/products/* \ No newline at end of file +/awips2/GFESuite/products/*