From 796a19d5b93e4ac9f5a224d21a6bb3b2048aad5a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 15 Mar 2008 16:16:36 +0000 Subject: Eliminate recursive copying from the build, as it'll copy the hidden SVN directories, which aren't needed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3652 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/domake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/domake.sh') 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 -- cgit v1.2.3-54-g00ecf