Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/commandergenius/files: commandergenius-1.8.0.0-install.patch
Date: Fri, 06 Feb 2015 17:58:19
Message-Id: 20150206175815.10AE41131B@oystercatcher.gentoo.org
1 mr_bones_ 15/02/06 17:58:15
2
3 Added: commandergenius-1.8.0.0-install.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch?rev=1.1&content-type=text/plain
14
15 Index: commandergenius-1.8.0.0-install.patch
16 ===================================================================
17 --- CGenius-1.8.0.0-Release-Source.orig/src/install.cmake
18 +++ CGenius-1.8.0.0-Release-Source/src/install.cmake
19 @@ -22,7 +22,7 @@
20
21 # This will copy the resources files to the proper directory
22 IF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
23 - INSTALL(DIRECTORY vfsroot/
24 + INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}vfsroot/
25 DESTINATION ${DATADIR})
26 ENDIF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
27
28 @@ -31,7 +31,7 @@
29 DESTINATION ${DOCDIR})
30
31 # This will copy the readme file.
32 -INSTALL(FILES changelog.txt
33 +INSTALL(FILES ${CMAKE_SOURCE_DIR}/changelog.txt
34 DESTINATION ${DOCDIR})
35
36 # Windows might not have those dlls so we ship them with the packages