hasufell    14/06/01 18:10:51

  Added:                commandergenius-1.7.4.0-install.patch
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.1                  
games-arcade/commandergenius/files/commandergenius-1.7.4.0-install.patch

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
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

Index: commandergenius-1.7.4.0-install.patch
===================================================================
From: Julian Ospald <hasuf...@gentoo.org>
Date: Sun Jun  1 17:57:40 UTC 2014
Subject: fix install rules

--- src/install.cmake
+++ src/install.cmake
@@ -21,7 +21,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")
 
@@ -30,7 +30,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 




Reply via email to