Merge "Issue #2984 attempt to fix build" into development
Former-commit-id:a946c60c1f
[formerly37028f77b3
] [formerly9399b1a69f
] [formerly41e565f368
[formerly9399b1a69f
[formerly 41626c3c65aea888213bdf10e434e87dde793d97]]] Former-commit-id:41e565f368
Former-commit-id: 25ea39493ad97b8d18b309bdf5a095aadd56dd7c [formerly0a8abf9808
] Former-commit-id:23c3186365
This commit is contained in:
commit
969eac005a
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