From f8b9f177d468e5e5d4e694e29622e8924754efc5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 17 Feb 2020 16:47:34 +0100 Subject: [PATCH] support: fix install location of example.cnf --- support/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2