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

Change-Id: I29cae68e2d87ea8ff078d6ac56211da548e7074f

Former-commit-id: 69bea08034 [formerly c74e48e4a4] [formerly 69bea08034 [formerly c74e48e4a4] [formerly aa5b16537f [formerly 1b7f01a2e8afdf900dae4b124c7b17b91ac68f3d]]]
Former-commit-id: aa5b16537f
Former-commit-id: d27bdae074 [formerly 9fe0b6a424]
Former-commit-id: 0957da3896
This commit is contained in:
Bryan Kowal 2012-07-29 09:40:01 -05:00
parent 93967d22c2
commit 67f3b45f91

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