Issue #2984 attempt to fix build

Change-Id: I1447939ec3950425ef5b052e65e464a1ac99257d

Former-commit-id: f39f61518f [formerly ce585ca9e4] [formerly 4aaa7c7096] [formerly 456359ab1a [formerly 4aaa7c7096 [formerly 60dc6b2552cc2108f9c5c0bc25eae4a1829b62f9]]]
Former-commit-id: 456359ab1a
Former-commit-id: e7f43a47947a927cf841070a7c70e8a56b5e3f62 [formerly f6b3c3c05f]
Former-commit-id: 0177329d67
This commit is contained in:
Nate Jensen 2014-04-15 09:34:25 -05:00
parent 7fca94fd26
commit e91352d8a8

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"