File steam-path-fix.patch of Package steam
diff --git a/bin_steam.sh b/bin_steam.sh index 4456d00..8d11766 100755 --- a/bin_steam.sh +++ b/bin_steam.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash + +PATH=$PATH:/sbin + if ! test "$NO_STEAMTRICKS" == 1 && [ -x "$(which steamtricks)" ] ; then # does not seem to be a better place to daemon-reload since install time runs # as root and does not have user context available