Merge "Issue #2984 attempt to fix build" into development
Former-commit-id:41e565f368
[formerly 41626c3c65aea888213bdf10e434e87dde793d97] Former-commit-id:9399b1a69f
This commit is contained in:
commit
37028f77b3
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