Issue #2984 attempt to fix build
Change-Id: I1447939ec3950425ef5b052e65e464a1ac99257d Former-commit-id:f39f61518f
[formerlyce585ca9e4
] [formerly4aaa7c7096
] [formerly456359ab1a
[formerly4aaa7c7096
[formerly 60dc6b2552cc2108f9c5c0bc25eae4a1829b62f9]]] Former-commit-id:456359ab1a
Former-commit-id: e7f43a47947a927cf841070a7c70e8a56b5e3f62 [formerlyf6b3c3c05f
] Former-commit-id:0177329d67
This commit is contained in:
parent
7fca94fd26
commit
e91352d8a8
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ mkdir -p %{_build_root}/etc/init.d
|
|||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p %{_build_root}/awips2/edex/webapps
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
DEPLOY_SCRIPT="build.edex/deploy-common/deploy-esb.xml"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue