From a3079e239db4a83cddc7a435bdaf33c959802096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Barros=C2=B2?= Date: Sun, 24 Jan 2021 18:56:58 +0000 Subject: [PATCH] Didn't work on some distros --- data/AppRun_linker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/AppRun_linker b/data/AppRun_linker index 489c099..b1b178b 100755 --- a/data/AppRun_linker +++ b/data/AppRun_linker @@ -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"