From 45ea038992c6ea1af69437af08d6da3eb3f32aba Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 25 Oct 2007 13:02:05 +0000 Subject: [1786778] Fixed dolinks.sh and domake.sh (dolorous). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2563 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/domake.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/domake.sh') diff --git a/crawl-ref/domake.sh b/crawl-ref/domake.sh index a523e0b3b6..31e5a26938 100644 --- a/crawl-ref/domake.sh +++ b/crawl-ref/domake.sh @@ -10,3 +10,9 @@ fi if [ -f WIZARD/crawl ]; then ln -sf WIZARD/crawl wcrawl fi + +if [ -d dat/lua ]; then + true +else + cp -r source/lua dat/lua +fi -- cgit v1.2.3-54-g00ecf