summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 16:08:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 16:08:37 +0000
commitd5b03fd94f068ad1d2f89ac2cab3c14152d03de8 (patch)
tree90a2ddb194a8c0fe4bed327758f628f01b37429b /crawl-ref/source/makefile.mgw
parent06f4ee1499c376ffce41c0384136b110ddea2f95 (diff)
downloadcrawl-ref-d5b03fd94f068ad1d2f89ac2cab3c14152d03de8.tar.gz
crawl-ref-d5b03fd94f068ad1d2f89ac2cab3c14152d03de8.zip
Fix installation of lua files. This should also fix [1956142].
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4809 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index adb822f0fa..5b123b0d23 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -127,10 +127,12 @@ ifneq ($(OPATH),$(INSTALLDIR))
$(COPY) $(APPNAME) ${INSTALLDIR}
endif
mkdir $(INSTALLDIR)\dat 2>nul || echo "" >nul
+ mkdir $(INSTALLDIR)\dat\lua 2>null || echo "">nul
mkdir $(INSTALLDIR)\dat\clua 2>null || echo "">nul
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\clua\*.lua $(INSTALLDIR)\dat\clua
copy /y dat\descript\*.txt $(INSTALLDIR)\dat\descript
copy /y dat\database\*.txt $(INSTALLDIR)\dat\database