Skip to content

Commit

Permalink
Install the locale directory in a standard location without subfold…
Browse files Browse the repository at this point in the history
…er (#9618)

Other established FOSS projects don't seem to be doing this.
  • Loading branch information
Calinou committed Apr 10, 2020
1 parent 12275e2 commit 2349d31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -102,7 +102,7 @@ elseif(UNIX) # Linux, BSD etc
set(XDG_APPS_DIR "${CMAKE_INSTALL_PREFIX}/share/applications")
set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/metainfo")
set(ICONDIR "${CMAKE_INSTALL_PREFIX}/share/icons")
set(LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/locale")
set(LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale")
endif()
endif()

Expand Down Expand Up @@ -325,4 +325,3 @@ if(DOXYGEN_FOUND)
COMMENT "Generating API documentation with Doxygen" VERBATIM
)
endif()

0 comments on commit 2349d31

Please sign in to comment.