Skip to content

Commit

Permalink
Fix regression in themes install
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Feb 15, 2024
1 parent cbe265c commit 9e16bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if (FREECIV_ENABLE_CLIENT)
FILES_MATCHING PATTERN *.png PATTERN *.spec)
install(
DIRECTORY themes
DESTINATION "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/themes"
DESTINATION "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}"
COMPONENT freeciv21
FILES_MATCHING PATTERN theme.conf
PATTERN *.jpg
Expand Down

0 comments on commit 9e16bd9

Please sign in to comment.