mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 22:41:34 +00:00
Prevent installing redundant empty data directory
Complement 88a83bab1f
which removed the
global data directory from config.
This commit is contained in:
parent
23f95cf762
commit
af6d586def
1 changed files with 0 additions and 1 deletions
|
@ -1085,7 +1085,6 @@ elseif(NOT APPLE)
|
|||
|
||||
# Install resources
|
||||
INSTALL(DIRECTORY "${INSTALL_SOURCE}/resources" DESTINATION "${DATADIR}" COMPONENT "Resources")
|
||||
INSTALL(DIRECTORY DESTINATION "${DATADIR}/data" COMPONENT "Resources")
|
||||
endif(WIN32)
|
||||
endif(OPENMW_OSX_DEPLOYMENT AND APPLE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue