Blob Blame History Raw
From: Filipe Rosset <rosset.filipe@gmail.com>
Date: Tue, 10 Jun 2014 23:56:53 -0300
Subject: [PATCH] Fix binaries path


diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34a03aa84..9262bc1f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -787,7 +787,7 @@ option(ENABLE_MULTIBUILD "Compile Stratagus on all CPU cores simltaneously in MS
 # 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.")