From 35860360690f0b10c87cdf06263a73cf8fa6ae9c Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Thu, 26 Mar 2020 19:59:19 +0100 Subject: [PATCH] =?UTF-8?q?As=20requested=20by=20Otto=20K=C3=A4kelainen=20?= =?UTF-8?q?the=20directory=20for=20client=20plugins=20in=20Debian=20should?= =?UTF-8?q?=20=20contain=20also=20the=20major=20version=20number.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/install.cmake b/cmake/install.cmake index 945259b8..eec40f95 100644 --- a/cmake/install.cmake +++ b/cmake/install.cmake @@ -96,7 +96,7 @@ SET(INSTALL_PCDIR_DEB "lib/pkgconfig") IF(PLUGINDIR_DEB) SET(INSTALL_PLUGINDIR_DEB "${INSTALL_LIBDIR_DEB}/${PLUGINDIR_DEB}/plugin") ELSE() - SET(INSTALL_PLUGINDIR_DEB "${INSTALL_LIBDIR_DEB}/mariadb/plugin") + SET(INSTALL_PLUGINDIR_DEB "${INSTALL_LIBDIR_DEB}/mariadb${CPACK_PACKAGE_VERSION_MAJOR}/plugin") ENDIF() SET(INSTALL_INCLUDEDIR_DEB "include/mariadb") SET(LIBMARIADB_STATIC_DEB "mariadb")