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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/domake.sh b/crawl-ref/domake.sh
index 31e5a26938..4680ab1740 100644
--- a/crawl-ref/domake.sh
+++ b/crawl-ref/domake.sh
@@ -14,5 +14,5 @@ fi
if [ -d dat/lua ]; then
true
else
- cp -r source/lua dat/lua
+ mkdir -p dat/lua && cp source/lua/*.lua dat/lua
fi