Didn't work on some distros

master
Ismael Barros² 2021-01-24 18:56:58 +00:00
parent 64448f1374
commit a3079e239d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ setup_keepResolution
ret=0
cd "$APPDIR/usr/"
{
if [[ "$(file "$BINARY")" =~ ELF.*executable.*\ interpreter\ ([^,]+) ]]; then
if [[ "$(file "$BINARY")" =~ ELF.*\ interpreter\ ([^,]+) ]]; then
linker="$APPDIR/usr/lib/$(basename "${BASH_REMATCH[1]}")"
if [ -f "$linker" ]; then
export RUNELF_HELPERS="$linker"