mr_bones_ 15/02/06 17:58:15 Added: commandergenius-1.8.0.0-install.patch Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-arcade/commandergenius/files/commandergenius-1.8.0.0-install.patch 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 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 Index: commandergenius-1.8.0.0-install.patch =================================================================== --- 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
