fix_sof2.sh 384 B

1234567891011
  1. #!/bin/bash
  2. # LinuxGSM fix_sof2.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Resolves issues with Soldier of Fortune 2.
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. # Fixes: error while loading shared libraries: libcxa.so.1
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"