summarylogtreecommitdiffstats
path: root/path.diff
blob: f87b022c432d5cc883b281f08a83bee30eb64783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 90631d7..13eff64 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,6 @@ target_link_libraries (BlackJack allegro
 install(
 	TARGETS BlackJack
 	RUNTIME DESTINATION bin
-	DESTINATION /usr/local/games
+	DESTINATION /opt/blackjack
 )