Issue #2206 - relocate ATBL directory change to 13.5
Former-commit-id: 5ba0ee80d25a5fe548d31f736eceb38a58f8ee90
This commit is contained in:
parent
02dbc313c8
commit
b8de269bd0
2 changed files with 10 additions and 4 deletions
|
@ -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/*
|
||||
/awips2/GFESuite/products/*
|
||||
|
|
|
@ -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/*
|
||||
/awips2/GFESuite/products/*
|
||||
|
|
Loading…
Add table
Reference in a new issue