hey it says exactly what it means, you do not have that folder there, it took me a second time to look at it closely to understand. LOL the answer is under our nose. It is kind of stupid how they want it exstracted to that location as I would prefer it in a different location.
It is trying to exstact it to /usr/steam/. /usr/ is there but steam/ isn't. I got it working, this is how..
$ su -
$ mkdir /usr/steam/
$ chown <user> /usr/steam/
$ chgrp <user> /usr/steam/
(user is a user other than root that you want to run it.)
$ exit
(goes back to your pervious user NOT ROOT!)
$ chmod 700 hlds_l_1120_full.bin
$ ./hlds_l_1120_full.bin
(it exstracts it to /usr/steam/)
$ cd /usr/steam
$ gunzip hlds_l_1120_full.tgz
$ tar xvf hlds_l_1120_full.tar
(exstracts it to a /usr/steam/hlds_l/*)
Well good luck guys, that is where I about left out. BTW it's /usr not /etc just fyi
-Doron
