Skip to content
Snippets Groups Projects
Commit d6326dc5 authored by Daniel Schepler's avatar Daniel Schepler
Browse files

Move plugins to /usr/lib/arch/mariadb/plugin and add to libmariadb2

parent faadaa0a
No related merge requests found
usr/lib/*/libmariadb.so.2
usr/lib/*/mariadb/plugin/*.so
......@@ -75,7 +75,7 @@ Index: mariadb-client-lgpl/cmake/install.cmake
+set(PLUGIN_INSTALL_DIRDIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/plugin")
+set(INCLUDE_INSTALL_DIR_DEB "include")
+set(DOCS_INSTALL_DIR_DEB "docs")
+set(PLUGIN_INSTALL_DIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/plugin")
+set(PLUGIN_INSTALL_DIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/mariadb/plugin")
+
+#
# Overwrite defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment