Move global gameinis from User to Sys. Get rid of SHARED_USER.

This commit is contained in:
Pierre Bourdon 2013-09-12 17:26:04 +02:00
parent 86e765f3eb
commit aa202c2e21
1529 changed files with 5 additions and 12 deletions

View file

@ -778,7 +778,6 @@ add_subdirectory(Source)
# Install shared data files
#
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
install(DIRECTORY Data/User/ DESTINATION ${datadir}/user PATTERN)
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
endif()
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|Darwin"))

Some files were not shown because too many files have changed in this diff Show more