Issue #2213 - create the primary and backup exportgrids directories for GFESuite
- Amend: no longer create the exportgrids tmp directory Change-Id: Id8aba47244c21d2d7e114ac1af6a29b9a8cd7059 Former-commit-id:03d1bd1125
[formerly684c350d12
] [formerly72a841bcd5
] [formerly03d1bd1125
[formerly684c350d12
] [formerly72a841bcd5
] [formerlyd58a720e38
[formerly72a841bcd5
[formerly d3736e2b8d83616f0a7c35475c5a552fdae79674]]]] Former-commit-id:d58a720e38
Former-commit-id:ac9eca6b38
[formerly525ec05c44
] [formerly 8a827404f7416c90d5e45663d6ac8815023e4167 [formerlye3b8567548
]] Former-commit-id: 6dc54ef383e90ac8a0d87414ca638bdc0440d6b3 [formerly90be457e49
] Former-commit-id:cafb0da888
This commit is contained in:
parent
ab2e5885a4
commit
16ecdfdda1
2 changed files with 4 additions and 6 deletions
|
@ -58,11 +58,11 @@ if [ ${RC} -ne 0 ]; then
|
|||
fi
|
||||
|
||||
# Create additional directories that are required.
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/tmp
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/primary
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids2
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/backup
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
@ -97,7 +97,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
/awips2/GFESuite/bin/src/*
|
||||
%dir /awips2/GFESuite/exportgrids
|
||||
/awips2/GFESuite/exportgrids/*
|
||||
%dir /awips2/GFESuite/exportgrids2
|
||||
%defattr(644,awips,fxalpha,775)
|
||||
%dir /awips2/GFESuite/products
|
||||
/awips2/GFESuite/products/*
|
||||
|
|
|
@ -58,11 +58,11 @@ if [ ${RC} -ne 0 ]; then
|
|||
fi
|
||||
|
||||
# Create additional directories that are required.
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/tmp
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/primary
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids2
|
||||
mkdir -p ${RPM_BUILD_ROOT}/awips2/GFESuite/exportgrids/backup
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
@ -97,7 +97,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
/awips2/GFESuite/bin/src/*
|
||||
%dir /awips2/GFESuite/exportgrids
|
||||
/awips2/GFESuite/exportgrids/*
|
||||
%dir /awips2/GFESuite/exportgrids2
|
||||
%defattr(755,awips,fxalpha,777)
|
||||
%dir /awips2/GFESuite/ServiceBackup/scripts
|
||||
/awips2/GFESuite/ServiceBackup/scripts/*
|
||||
|
|
Loading…
Add table
Reference in a new issue