lugaru/lugaru-1.0-dont-install-data.patch

16 lines
436 B
Diff
Raw Normal View History

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)