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

Former-commit-id: 41e565f368 [formerly 41626c3c65aea888213bdf10e434e87dde793d97]
Former-commit-id: 9399b1a69f
This commit is contained in:
Nate Jensen 2014-04-15 10:09:57 -05:00 committed by Gerrit Code Review
commit 37028f77b3

View file

@ -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"