You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/games-util/steam-launcher/files/steam-runtime-default.patch

15 lines
344 B

diff -Naur a/steam b/steam
--- a/steam 2016-08-14 18:34:25.911287460 +0100
+++ b/steam 2016-08-14 18:38:10.673046304 +0100
@@ -31,6 +31,10 @@
[[ -n "${LDPATH}" ]] && LD_LIBRARY_PATH+=":${LDPATH}"
fi
+# Set a default STEAM_RUNTIME value.
+: ${STEAM_RUNTIME:=@@STEAM_RUNTIME@@}
+export STEAM_RUNTIME
+
function show_message()
{
style=$1