summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-07 19:34:00 +0000
committerxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-07 19:34:00 +0000
commitc8223ce77a4dbf57be272d10c4e1d31f69bd516e (patch)
tree205d846056e2acdd15b099a39924d51c0d3988ae /Makefile
parent35185452d7546ab56aa0040d7c2d68795c3f813f (diff)
- partially fixed bug #0004 - *only* issue with text in buttons and textfields
- implemented build dir for normal game (=> not only server has build dir now) - the directory structure was extended with directories for packaging scripts git-svn-id: http://opensvn.csie.org/tuxanci_ng@44 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bc05b7..6fff65a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ server:
install:
mkdir -p $(DESTDIR)/bin
mkdir -p $(DESTDIR)/share/tuxanci-ng/{arena,data,font,image,lang,music,sound,conf}
- cp ./src/tuxanci-ng $(DESTDIR)/bin/
+ cp ./build/tuxanci-ng $(DESTDIR)/bin/
cp -rf ./arena/* $(DESTDIR)/share/tuxanci-ng/arena/
cp -rf ./font/* $(DESTDIR)/share/tuxanci-ng/font/