Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531990 | Differences between
and this patch

Collapse All | Expand All

(-)./steam1/steam (+5 lines)
Lines 183-188 Link Here
183
	exit 1
183
	exit 1
184
fi
184
fi
185
185
186
for file in /etc/ld.so.conf /etc/ld.so.conf.d/*; do
187
        LD_LIBRARY_PATH=$(grep '^/' "${file}" | tr "\n" ":")":${LD_LIBRARY_PATH}"
188
done
189
export LD_LIBRARY_PATH
190
186
# go to the install directory and run the client
191
# go to the install directory and run the client
187
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
192
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
188
cd "$LAUNCHSTEAMDIR"
193
cd "$LAUNCHSTEAMDIR"

Return to bug 531990