From: Michael Wallner Date: Mon, 17 Feb 2020 15:47:34 +0000 (+0100) Subject: support: fix install location of example.cnf X-Git-Tag: post_cmake~11 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f8b9f177d468e5e5d4e694e29622e8924754efc5;p=awesomized%2Flibmemcached support: fix install location of example.cnf --- diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt index c3de3b47..d3f877bd 100644 --- a/support/CMakeLists.txt +++ b/support/CMakeLists.txt @@ -5,7 +5,7 @@ install(FILES ax_libmemcached.m4 configure_file(example.cnf.in example.cnf @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/example.cnf - DESTINATION ${CMAKE_INSTALL_DATADIR} + DESTINATION ${CMAKE_INSTALL_DATADIR}/libmemcached ) configure_file(libmemcached.pc.in libmemcached.pc @ONLY)