summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-26 06:16:44 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-26 06:21:10 +1100
commit4c95fbad76c6c27c9759b69e8963eb1906f99b05 (patch)
tree218cb024399576f61e66c40a10c8e1e5743bf093 /games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch
parentgames-action/extreme-tuxracer: remove old (diff)
downloadgentoo-4c95fbad76c6c27c9759b69e8963eb1906f99b05.tar.gz
gentoo-4c95fbad76c6c27c9759b69e8963eb1906f99b05.tar.bz2
gentoo-4c95fbad76c6c27c9759b69e8963eb1906f99b05.zip
games-arcade/commandergenius: remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch')
-rw-r--r--games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch b/games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch
deleted file mode 100644
index ea502bdde9bb..000000000000
--- a/games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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