diff options
Diffstat (limited to 'wrappers/cross-fix-root')
-rwxr-xr-x | wrappers/cross-fix-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/cross-fix-root b/wrappers/cross-fix-root index 3296df2..472e51e 100755 --- a/wrappers/cross-fix-root +++ b/wrappers/cross-fix-root @@ -27,7 +27,7 @@ if [ -n "$1" ] && [ -e "/usr/$1" ] ; then CROSS_PREFIX="$1-" fi -cd "${SYSROOT}" || exit 1 +cd "${SYSROOT}" || exit 0 if [ -d "${LIBDIR}" ] ; then find "./${LIBDIR}/" -name 'lib*.so*' -print0 | xargs -0 -r chmod 755 |