From d5fa7e01bf3c0a2e9f9cc4b61f1e25a3481b201c Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 20 Apr 2024 23:16:05 +0000 Subject: [PATCH] Fix (ci): Fix symlink paths for `srcds/cs2` (#188) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1a6b24a..bdb87b8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -125,8 +125,8 @@ RUN echo "[BUILD] Applying game fixes"; \ if [ "$APPID" = 730 ]; then \ mkdir -p /root/.steam/sdk64; \ mkdir -p /root/.steam/sdk32; \ - ln -sf "/$STEAMCMD_DIR/linux64/steamclient.so" /root/.steam/sdk64/steamclient.so; \ - ln -sf "/$STEAMCMD_DIR/linux32/steamclient.so" /root/.steam/sdk32/steamclient.so; \ + ln -sf "$STEAMCMD_DIR/linux64/steamclient.so" /root/.steam/sdk64/steamclient.so; \ + ln -sf "$STEAMCMD_DIR/linux32/steamclient.so" /root/.steam/sdk32/steamclient.so; \ fi; # For directly running the hlds_linux / srcds_linux binary