Skip to content

Commit

Permalink
Install config to /etc/umurmur.conf
Browse files Browse the repository at this point in the history
CMakeLists.txt:
The changes introduced in umurmur#164 install the configuration to
/etc/umurmur/umurmur.conf by default. However, umurmurd is picking up
the configuration from /etc/umurmur.conf automatically, which makes that
location a more logical default.
  • Loading branch information
dvzrv committed Jan 14, 2021
1 parent 0b424a9 commit 1768ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -27,7 +27,7 @@ add_subdirectory(src)

install(
FILES "umurmur.conf.example"
DESTINATION "/${CMAKE_INSTALL_SYSCONFDIR}/umurmur"
DESTINATION "/${CMAKE_INSTALL_SYSCONFDIR}/"
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ
RENAME "umurmur.conf"
)

0 comments on commit 1768ef7

Please sign in to comment.