mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -04:00
Fix macOS man path
This commit is contained in:
parent
2481367ab4
commit
8a8eecbe8b
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ endif()
|
||||||
|
|
||||||
if(APPLE AND WITH_APP_BUNDLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
|
if(APPLE AND WITH_APP_BUNDLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
|
||||||
set(CMAKE_INSTALL_PREFIX "/Applications")
|
set(CMAKE_INSTALL_PREFIX "/Applications")
|
||||||
|
set(CMAKE_INSTALL_MANDIR "/usr/local/share/man")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MINGW)
|
if(MINGW)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue