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
|
if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ATBL
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Copy the profile.d scripts.
|
# Copy the profile.d scripts.
|
||||||
PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d"
|
PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d"
|
||||||
|
|
|
@ -70,7 +70,10 @@ mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ISC
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/products/ATBL
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Copy the profile.d scripts.
|
# Copy the profile.d scripts.
|
||||||
PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d"
|
PROFILE_D_DIR="rpms/common/environment/awips2-gfesuite/profile.d"
|
||||||
|
|
Loading…
Add table
Reference in a new issue