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 bb3681d78..86001f0fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -711,7 +711,7 @@ endif()
 # 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.")