steam: fix bootstrap tarball with non-default steamroot (#303787)
This commit is contained in:
commit
dd304567cd
@ -60,8 +60,8 @@ let
|
|||||||
# bootstrap.tar.xz has 444 permissions, which means that simple deletes fail
|
# bootstrap.tar.xz has 444 permissions, which means that simple deletes fail
|
||||||
# and steam will not be able to start
|
# and steam will not be able to start
|
||||||
fixBootstrap = ''
|
fixBootstrap = ''
|
||||||
if [ -r $HOME/.local/share/Steam/bootstrap.tar.xz ]; then
|
if [ -r $HOME/.steam/steam/bootstrap.tar.xz ]; then
|
||||||
chmod +w $HOME/.local/share/Steam/bootstrap.tar.xz
|
chmod +w $HOME/.steam/steam/bootstrap.tar.xz
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user