Issue #2984 attempt to fix build

Change-Id: I1447939ec3950425ef5b052e65e464a1ac99257d

Former-commit-id: 456359ab1a [formerly 4aaa7c7096 [formerly 60dc6b2552cc2108f9c5c0bc25eae4a1829b62f9]]
Former-commit-id: 4aaa7c7096
Former-commit-id: ce585ca9e4
This commit is contained in:
Nate Jensen 2014-04-15 09:34:25 -05:00
parent 200eeffffc
commit f39f61518f

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"