summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-04-02 16:59:47 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-04-02 17:00:12 -0400
commit0b5eb31a535bda9216075fc379754d4ee520d348 (patch)
treec2f1648de83de782a110939b2412e2b9ff4439c1 /games-arcade/commandergenius/files
parentwww-client/vivaldi: Old. (diff)
downloadgentoo-0b5eb31a535bda9216075fc379754d4ee520d348.tar.gz
gentoo-0b5eb31a535bda9216075fc379754d4ee520d348.tar.bz2
gentoo-0b5eb31a535bda9216075fc379754d4ee520d348.zip
games-arcade/commandergenius: version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-arcade/commandergenius/files')
-rw-r--r--games-arcade/commandergenius/files/commandergenius-1.8.3-install.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-arcade/commandergenius/files/commandergenius-1.8.3-install.patch b/games-arcade/commandergenius/files/commandergenius-1.8.3-install.patch
new file mode 100644
index 000000000000..ea502bdde9bb
--- /dev/null
+++ b/games-arcade/commandergenius/files/commandergenius-1.8.3-install.patch
@@ -0,0 +1,20 @@
+--- CGenius-1.8.0.0-Release-Source.orig/src/install.cmake
++++ CGenius-1.8.0.0-Release-Source/src/install.cmake
+@@ -22,7 +22,7 @@
+
+ # This will copy the resources files to the proper directory
+ IF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
+- INSTALL(DIRECTORY vfsroot/
++ INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}vfsroot/
+ DESTINATION ${DATADIR})
+ ENDIF(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/vfsroot")
+
+@@ -31,7 +31,7 @@
+ DESTINATION ${DOCDIR})
+
+ # This will copy the readme file.
+-INSTALL(FILES changelog.txt
++INSTALL(FILES ${CMAKE_SOURCE_DIR}/changelog.txt
+ DESTINATION ${DOCDIR})
+
+ # Windows might not have those dlls so we ship them with the packages