From b72eeb4c6ad6970d0ebf455266f6325a7f29610e Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Sat, 20 Apr 2024 23:07:47 +0000 Subject: [PATCH] Fix (ci): Fix symlink paths for `srcds/cs2` --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1a6b24a7..bdb87b86 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