From 7e1161a0c4bfc3fe99ffc994d7ed0f1f8cf16af2 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 30 Sep 2014 11:11:44 -0700 Subject: [PATCH] Add symbolic link if it is not present --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 965c72cbbf..b69543ebd8 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,10 @@ pushd build make popd +if [[ ! -h openrct2.dll ]]; then + ln -s build/openrct2.dll openrct2.dll +fi + if [[ -t 1 ]]; then echo -e "\nDone! Run OpenRCT2 by typing:\n\n\033[95mwine openrct2.exe\n\033[0m" else