forked from pool/lugaru
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
16 lines
436 B
Diff
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)
|