Issue #2984 attempt to fix build
Change-Id: I1447939ec3950425ef5b052e65e464a1ac99257d Former-commit-id:456359ab1a
[formerly4aaa7c7096
[formerly 60dc6b2552cc2108f9c5c0bc25eae4a1829b62f9]] Former-commit-id:4aaa7c7096
Former-commit-id:ce585ca9e4
This commit is contained in:
parent
200eeffffc
commit
f39f61518f
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