Issue #1392 - update tar directory access paths for awips2-edex-native
Former-commit-id:14555d54d8
[formerly73e0f4b278
] [formerly14555d54d8
[formerly73e0f4b278
] [formerly6ff82d812e
[formerly 65d91d9235a76c5ee82450d3dd6332f92e29c326]]] Former-commit-id:6ff82d812e
Former-commit-id:d7ce3f5840
[formerly43f888ccb8
] Former-commit-id:ced865ade3
This commit is contained in:
parent
849eedffb2
commit
1e1e937a0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue