Skip to content

Commit

Permalink
Use distro_fixes.sh from LNP if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
txtsd committed Dec 22, 2015
1 parent c9eab65 commit 07e5913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/linux/dfhack
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ fi
# Save current terminal settings
old_tty_settings=$(stty -g)

# Use distro_fixes.sh from LNP if it exists
DISTROFIXES="distro_fixes.sh"
if [ -r "$DISTROFIXES" ]; then
. "./$DISTROFIXES"
fi

# Now run

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

0 comments on commit 07e5913

Please sign in to comment.