Properly use and document the steam-runtime run.sh script

This commit is contained in:
Andrew Eikum
2018-05-31 11:38:54 -05:00
parent e7122c820d
commit 5d764832bc
2 changed files with 5 additions and 3 deletions

View File

@ -580,7 +580,7 @@ if [ "$PACKAGE" = true ]; then
#create default prefix
rm -rf "$TOP"/build/dist/share/default_pfx/
if [ "$PLATFORM" != "Darwin" ]; then
RUNTIME_RUNSH="$HOME"/steam-runtime/run.sh
RUNTIME_RUNSH="$HOME"/steam-runtime/runtime/run.sh
else
RUNTIME_RUNSH=""
fi