From 928de82c942d0f8b6a294b437675d10af0ff5952 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 20 Apr 2024 23:21:25 +0000 Subject: [PATCH] Refactor (ci): Standardize `ln` parameters in `build/Dockerfile` (#189) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index bdb87b86..30ca16c4 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 -sfnv "$STEAMCMD_DIR/linux64/steamclient.so" /root/.steam/sdk64/steamclient.so; \ + ln -sfnv "$STEAMCMD_DIR/linux32/steamclient.so" /root/.steam/sdk32/steamclient.so; \ fi; # For directly running the hlds_linux / srcds_linux binary