Steam package version 1426284031 bash - 4.3.33 After run steam I have incorrect simlinks in .steam As I see in debug steam output
The first iteration is OK (if [ "$STEAMROOT" != "$STEAMROOTLINK" -a "$STEAMROOT" != "$STEAMDATALINK" ]; then)
The second iteration is not OK
after this steam games are broken and maybe fixed by cd ~/.steam rm root ln -s /usr/local/home/gals/.local/share/Steam/ root
I guess 'STEAMCONFIG=~/.steam' is incorrect and should used 'STEAMCONFIG=${HOME}.steam'
Should be fixed in today's Beta, thanks.
Nothing extracted yet.
Steam package version 1426284031
bash - 4.3.33
After run steam I have incorrect simlinks in .steam
As I see in debug steam output
The first iteration is OK
(if [ "$STEAMROOT" != "$STEAMROOTLINK" -a "$STEAMROOT" != "$STEAMDATALINK" ]; then)
... skipped
The second iteration is not OK
.... skipped
after this steam games are broken and maybe fixed by
cd ~/.steam
rm root
ln -s /usr/local/home/gals/.local/share/Steam/ root
I guess
'STEAMCONFIG=~/.steam'
is incorrect and should used
'STEAMCONFIG=${HOME}.steam'