Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/commandergenius/files: commandergenius-1.7.4.0-install.patch
Date: Sun, 01 Jun 2014 18:10:56
Message-Id: 20140601181051.63E122004F@flycatcher.gentoo.org
1 hasufell 14/06/01 18:10:51
2
3 Added: commandergenius-1.7.4.0-install.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 games-arcade/commandergenius/files/commandergenius-1.7.4.0-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/files/commandergenius-1.7.4.0-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/files/commandergenius-1.7.4.0-install.patch?rev=1.1&content-type=text/plain
14
15 Index: commandergenius-1.7.4.0-install.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sun Jun 1 17:57:40 UTC 2014
19 Subject: fix install rules
20
21 --- src/install.cmake
22 +++ src/install.cmake
23 @@ -21,7 +21,7 @@
24
25 # This will copy the resources files to the proper directory
26 IF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
27 - INSTALL(DIRECTORY vfsroot/
28 + INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/vfsroot/
29 DESTINATION ${DATADIR})
30 ENDIF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
31
32 @@ -30,7 +30,7 @@
33 DESTINATION ${DOCDIR})
34
35 # This will copy the readme file.
36 -INSTALL(FILES changelog.txt
37 +INSTALL(FILES ${CMAKE_SOURCE_DIR}/changelog.txt
38 DESTINATION ${DOCDIR})
39
40 # Windows might not have those dlls so we ship them with the packages