summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile_tiles.mgw
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-04 20:27:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-04 20:27:42 +0000
commit2028bc1e0de04991eed99445defc7cf09782572f (patch)
tree047d7a4b35e493e0d9f9a2e04bac932eb4c6e90e /crawl-ref/source/makefile_tiles.mgw
parent848429d68c5c4fd77461a0e44aec8b28d302cc39 (diff)
downloadcrawl-ref-2028bc1e0de04991eed99445defc7cf09782572f.tar.gz
crawl-ref-2028bc1e0de04991eed99445defc7cf09782572f.zip
For consistency, move source/lua/ to source/dat/lua/.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4867 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile_tiles.mgw')
-rw-r--r--crawl-ref/source/makefile_tiles.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile_tiles.mgw b/crawl-ref/source/makefile_tiles.mgw
index 7ed714966f..9db0a94679 100644
--- a/crawl-ref/source/makefile_tiles.mgw
+++ b/crawl-ref/source/makefile_tiles.mgw
@@ -175,7 +175,7 @@ endif
mkdir $(INSTALLDIR)\dat\descript 2>null || echo "">nul
mkdir $(INSTALLDIR)\dat\database 2>null || echo "">nul
copy /y dat\*.des $(INSTALLDIR)\dat
- copy /y lua\*.lua $(INSTALLDIR)\dat\lua
+ copy /y dat\lua\*.lua $(INSTALLDIR)\dat\lua
copy /y dat\clua\*.lua $(INSTALLDIR)\dat\clua
copy /y dat\descript\*.txt $(INSTALLDIR)\dat\descript
copy /y dat\database\*.txt $(INSTALLDIR)\dat\database