yet another multi-ABI bundle installer fix
authorRobin Gareus <robin@gareus.org>
Fri, 29 Jul 2016 23:23:38 +0000 (01:23 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 29 Jul 2016 23:23:38 +0000 (01:23 +0200)
tools/linux_packaging/stage2.run.in

index 995c8a361b656e2e7b8654d6be6ae8324e02faac..4c660a21e7479bccf360884f888c878722bda8c0 100755 (executable)
@@ -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}-*"`)
 
 
 #######################