Skip to content

Commit 753f6dc

Browse files
committed
fix: remove libserver_valve symlink as this breaks metamod
1 parent 9730b86 commit 753f6dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bookworm/etc/entry.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so
5858
# FIX: extend linked library search path to include additional libs provided by valve
5959
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${STEAMAPPDIR}/bin/linuxsteamrt64"
6060

61-
# FIX: map libserver.so to libserver_valve.so
62-
ln -s ${STEAMAPPDIR}/game/csgo/bin/linuxsteamrt64/libserver.so ${STEAMAPPDIR}/game/bin/linuxsteamrt64/libserver_valve.so
63-
6461
# Install server.cfg
6562
mkdir -p $STEAMAPPDIR/game/csgo/cfg
6663
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg

0 commit comments

Comments
 (0)