Issue #969 - the top-level directory structure of i386-pc-linux-gnu.tar has slightly changed?

Change-Id: I29cae68e2d87ea8ff078d6ac56211da548e7074f

Former-commit-id: 1b7f01a2e8afdf900dae4b124c7b17b91ac68f3d
This commit is contained in:
Bryan Kowal 2012-07-29 09:40:01 -05:00
parent 327ffa9439
commit c74e48e4a4

View file

@ -52,7 +52,7 @@ DIST_NATIVE="%{_baseline_workspace}/dist.native"
PACKAGES="%{_awipscm_share}/packages"
# extract the native libraries
/bin/tar -xpf ${DIST_NATIVE}/i386-pc-linux-gnu.tar \
-C %{_build_root}/awips2 ./edex/lib ./edex/bin
-C %{_build_root}/awips2 edex/lib edex/bin
if [ $? -ne 0 ]; then
exit 1
fi