From: Robin Gareus Date: Fri, 29 Jul 2016 23:23:38 +0000 (+0200) Subject: yet another multi-ABI bundle installer fix X-Git-Tag: 5.0-rc2~73 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=456596bced4a3647cde4613792002142f9fea4d7;hp=efcf5d3866aa5f90ee95e69b582e42167799d0aa;p=ardour.git yet another multi-ABI bundle installer fix --- diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in index 995c8a361b..4c660a21e7 100755 --- a/tools/linux_packaging/stage2.run.in +++ b/tools/linux_packaging/stage2.run.in @@ -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}-*"`) #######################