steamcmd: Add needed binaries to PATH

This commit is contained in:
Silvan Mosberger
2019-03-29 21:41:14 +01:00
parent 07b42ccf2d
commit a7b01d29ba
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
# Always run steamcmd in the user's Steam root.
STEAMROOT=@steamRoot@
# Add coreutils to PATH for mkdir, ln and cp used below
PATH=$PATH${PATH:+:}@coreutils@/bin
# Create a facsimile Steam root if it doesn't exist.
if [ ! -e "$STEAMROOT" ]; then
mkdir -p "$STEAMROOT"/{appcache,config,logs,Steamapps/common}