Skip to content

Commit

Permalink
set sysconfdir to /etc
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 18, 2018
1 parent b828ef8 commit 3330826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ INCLUDE(GNUInstallDirs)

find_program(apxs APXS)

set(SYSCONFDIR ${CMAKE_INSTALL_FULL_SYSCONFDIR})
set(SYSCONFDIR /etc)
set(CONFDIR "${SYSCONFDIR}/${CMAKE_PROJECT_NAME}")


Expand Down

0 comments on commit 3330826

Please sign in to comment.