@@ -79,11 +79,11 @@
# Extract
tar -xzf steam_${version}.tar.gz
rm steam_${version}.tar.gz
- cd steam-${version}
+ cd steam
# Install into system root.
make install-bin install-docs install-icons install-bootstrap install-desktop
# TODO: Patch it so it works with yum/zypper or at least does not invoke apt-get.
- rm /usr/bin/steamdeps
+ rm -f /usr/bin/steamdeps
echo "*** Steam bootstrap files installed. Run the executable to complete the installation.***" | tee $POST_MESSAGE
else
echo "*** No Steam bootstrap files installed. ***" | tee $POST_MESSAGE
|