We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed1dd2 commit ebb58a4Copy full SHA for ebb58a4
AppImageAssistant.AppDir/testappimage
@@ -130,7 +130,7 @@ rm -rf /etc/pango
130
mkdir -p /etc/pango
131
pango-querymodules > '/etc/pango/pango.modules' 2>/dev/null # otherwise only squares instead of text
132
[ -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
+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
134
export HOME="/root"
135
export LANG="en_EN.UTF-8"
136
# export QT_PLUGIN_PATH=./lib/qt4/plugins ###################### !!!
0 commit comments