forked from pool/lugaru
15 lines
506 B
Diff
15 lines
506 B
Diff
diff -rupN lugaru-1.0/CMakeLists.txt lugaru-1.0_mod/CMakeLists.txt
|
|
--- lugaru-1.0/CMakeLists.txt 2010-05-21 00:22:34.000000000 +0200
|
|
+++ lugaru-1.0_mod/CMakeLists.txt 2010-05-21 14:38:18.755031981 +0200
|
|
@@ -542,10 +542,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)
|