1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

Prevent installing redundant empty data directory

Complement 88a83bab1ffa06cda668f8018e4b5c2c276a9a5d which removed the
global data directory from config.
This commit is contained in:
Timo Gurr 2023-07-20 03:51:40 +02:00
parent 23f95cf762
commit af6d586def

View File

@ -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)