summaryrefslogtreecommitdiffstats
path: root/crawl-ref/domake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/domake.sh')
-rw-r--r--crawl-ref/domake.sh6
1 files changed, 6 insertions, 0 deletions
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