Merge "Issue #2984 attempt to fix build" into development

Former-commit-id: a946c60c1f [formerly 37028f77b3] [formerly 9399b1a69f] [formerly 41e565f368 [formerly 9399b1a69f [formerly 41626c3c65aea888213bdf10e434e87dde793d97]]]
Former-commit-id: 41e565f368
Former-commit-id: 25ea39493ad97b8d18b309bdf5a095aadd56dd7c [formerly 0a8abf9808]
Former-commit-id: 23c3186365
This commit is contained in:
Nate Jensen 2014-04-15 10:09:57 -05:00 committed by Gerrit Code Review
commit 969eac005a

View file

@ -54,6 +54,11 @@ mkdir -p %{_build_root}/etc/init.d
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
mkdir -p %{_build_root}/awips2/edex/webapps
if [ $? -ne 0 ]; then
exit 1
fi
DEPLOY_SCRIPT="build.edex/deploy-common/deploy-esb.xml" DEPLOY_SCRIPT="build.edex/deploy-common/deploy-esb.xml"