yet another multi-ABI bundle installer fix

This commit is contained in:
Robin Gareus 2016-07-30 01:23:38 +02:00
parent efcf5d3866
commit 456596bced
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ else
echo "Bundle unpacked"
fi
BUNDLE_DIR=$(basename `find -maxdepth 1 -type d -name "${PGM_NAME}_${ARCH}${ABI}-*"`)
BUNDLE_DIR=$(basename `find -maxdepth 1 -type d -name "${PGM_NAME}_${ARCH}-*"`)
#######################