summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-30 01:23:38 +0200
committerRobin Gareus <robin@gareus.org>2016-07-30 01:23:38 +0200
commit456596bced4a3647cde4613792002142f9fea4d7 (patch)
tree308a77286f7421e298d6973e5224c691c0f2a6bf /tools
parentefcf5d3866aa5f90ee95e69b582e42167799d0aa (diff)
yet another multi-ABI bundle installer fix
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run.in2
1 files changed, 1 insertions, 1 deletions
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}-*"`)
#######################