mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Fix SYSCONFIGDIR check, Patch from Riddell
This commit is contained in:
parent
2433b35727
commit
5246a6fad4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ configure_file( ${CMAKE_SOURCE_DIR}/src/mirall/version.h.in ${CMAKE_SOURCE_DIR}/
|
|||
|
||||
include(GNUInstallDirs)
|
||||
## stupid, we should upstream this
|
||||
if("${CMAKE_INSTALL_PREFIX}" EQUAL "/usr")
|
||||
if("${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr")
|
||||
set(CMAKE_INSTALL_SYSCONFDIR "/etc")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue