Skip to content

Commit

Permalink
Merge pull request #2609 from kelvie/develop
Browse files Browse the repository at this point in the history
Allow symlinked dfhack-run on linux
  • Loading branch information
myk002 authored Jan 15, 2023
2 parents caf533c + e7696b1 commit ded51b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux/dfhack-run
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DF_DIR=$(dirname "$0")
DF_DIR=$(dirname "$(readlink -f "$0")")
cd "${DF_DIR}"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./hack/libs":"./hack"
Expand Down

0 comments on commit ded51b0

Please sign in to comment.