Skip to content

Commit ebb58a4

Browse files
author
Your Name
committed
Also search for libraries in usr/lib32 and usr/lib64
1 parent 0ed1dd2 commit ebb58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppImageAssistant.AppDir/testappimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ rm -rf /etc/pango
130130
mkdir -p /etc/pango
131131
pango-querymodules > '/etc/pango/pango.modules' 2>/dev/null # otherwise only squares instead of text
132132
[ -f /si-chroot ] && ln -s /lib/ld-lsb.so.3 /lib/ld-linux.so.2
133-
LD_LIBRARY_PATH=$MNT/usr/lib:$MNT/lib/:$LD_LIBRARY_PATH ldd $MNT/usr/bin/* $MNT/usr/lib/* 2>/dev/null | grep "not found" | sort | uniq
133+
LD_LIBRARY_PATH=$MNT/usr/lib:$MNT/usr/lib32:$MNT/usr/lib64:$MNT/lib/:$LD_LIBRARY_PATH ldd $MNT/usr/bin/* $MNT/usr/lib/* 2>/dev/null | grep "not found" | sort | uniq
134134
export HOME="/root"
135135
export LANG="en_EN.UTF-8"
136136
# export QT_PLUGIN_PATH=./lib/qt4/plugins ###################### !!!

0 commit comments

Comments
 (0)