--- ./steam1/steam 2014-08-26 05:13:55.000000000 +0400 +++ ./steam1/steam 2014-12-13 12:32:21.000000000 +0300 @@ -183,6 +183,11 @@ exit 1 fi +for file in /etc/ld.so.conf /etc/ld.so.conf.d/*; do + LD_LIBRARY_PATH=$(grep '^/' "${file}" | tr "\n" ":")":${LD_LIBRARY_PATH}" +done +export LD_LIBRARY_PATH + # go to the install directory and run the client cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz" cd "$LAUNCHSTEAMDIR"