Blob Blame History Raw
--- CMakeLists.txt.orig	2014-05-05 01:18:55.175137657 -0300
+++ CMakeLists.txt	2014-05-05 01:19:10.245467645 -0300
@@ -653,7 +653,7 @@
 # Install paths
 set(BINDIR "bin" CACHE PATH "Where to install user binaries")
 set(SBINDIR "sbin" CACHE PATH "Where to install system binaries")
-set(GAMEDIR "games" CACHE PATH "Where to install games binaries")
+set(GAMEDIR "bin" CACHE PATH "Where to install games binaries")
 set(DOCDIR "share/doc/stratagus" CACHE PATH "Sets the doc directory to a non-default location.")
 set(MANDIR "share/man/man6" CACHE PATH "Sets the man directory to a non-default location.")
 set(PIXMAPSDIR "share/pixmaps" CACHE PATH "Sets the pixmaps directory to a non-default location.")