Description: Use FHS compliant paths by default
 Upstream is not interested in switching to those paths.
 .
 But we will continue using them in Debian nevertheless to comply with
 our policy.
Author: Jan Hauke Rahm <jhr@debian.org>
Last-Update: 2009-10-17
Index: holdingnuts/src/client/CMakeLists.txt
===================================================================
--- holdingnuts.orig/src/client/CMakeLists.txt
+++ holdingnuts/src/client/CMakeLists.txt
@@ -78,7 +78,7 @@
 )
 
 INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/holdingnuts DESTINATION
-	${CMAKE_INSTALL_PREFIX}/bin)
+	${CMAKE_INSTALL_PREFIX}/games)
 
 ############################################################
 
Index: holdingnuts/src/server/CMakeLists.txt
===================================================================
--- holdingnuts.orig/src/server/CMakeLists.txt
+++ holdingnuts/src/server/CMakeLists.txt
@@ -39,4 +39,4 @@
 )
 
 INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/holdingnuts-server DESTINATION
-	        ${CMAKE_INSTALL_PREFIX}/bin)
+	        ${CMAKE_INSTALL_PREFIX}/games)
