SHA256
1
0
forked from pool/lugaru
lugaru/lugaru-1.0-dont-install-data.patch
Cristian Morales Vega ad077153c8 Accepting request 128072 from home:kkirill:branches:games
Update to rev 506 to fix problem with not saving user progress and to add some new intrusive features. Switched to _service to make verificaiton easier

OBS-URL: https://build.opensuse.org/request/show/128072
OBS-URL: https://build.opensuse.org/package/show/games/lugaru?expand=0&rev=8
2012-07-16 22:52:58 +00:00

16 lines
436 B
Diff

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -550,10 +550,6 @@ else(WIN32)
endif(APPLE AND LUGARU_HAS_INTERNAL_SDL)
endif(WIN32)
-if(NOT APPLE)
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${CMAKE_INSTALL_PREFIX})
-endif(NOT APPLE)
-
if(APPLE)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${APPS_ROOT})
endif(APPLE)