mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
fix debian packaging for tokudb
This commit is contained in:
parent
b2190f859b
commit
ffb96be9e7
3 changed files with 3 additions and 1 deletions
|
@ -281,7 +281,7 @@ ELSE()
|
|||
ENDIF()
|
||||
SET(DEFAULT_CHARSET_HOME "${DEFAULT_MYSQL_HOME}")
|
||||
SET(PLUGINDIR "${DEFAULT_MYSQL_HOME}/${INSTALL_PLUGINDIR}")
|
||||
IF(INSTALL_SYSCONFDIR AND NOT DEFAULT_SYSCONFDIR)
|
||||
IF(INSTALL_SYSCONFDIR AND NOT DEFAULT_SYSCONFDIR AND NOT DEB)
|
||||
SET(DEFAULT_SYSCONFDIR "${INSTALL_SYSCONFDIR}")
|
||||
ENDIF()
|
||||
|
||||
|
|
|
@ -171,6 +171,7 @@ SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM "/usr/lib/tmpfiles.d")
|
|||
SET(INSTALL_BINDIR_DEB "bin")
|
||||
SET(INSTALL_SBINDIR_DEB "sbin")
|
||||
SET(INSTALL_SCRIPTDIR_DEB "bin")
|
||||
SET(INSTALL_SYSCONFDIR_DEB "/etc")
|
||||
SET(INSTALL_SYSCONF2DIR_DEB "/etc/mysql/conf.d")
|
||||
#
|
||||
SET(INSTALL_LIBDIR_DEB "lib")
|
||||
|
|
1
debian/mariadb-plugin-tokudb.install
vendored
1
debian/mariadb-plugin-tokudb.install
vendored
|
@ -1,4 +1,5 @@
|
|||
etc/mysql/conf.d/tokudb.cnf etc/mysql/mariadb.conf.d
|
||||
etc/systemd/system/mariadb.service.d/tokudb.conf
|
||||
usr/bin/tokuftdump
|
||||
usr/lib/mysql/plugin/ha_tokudb.so
|
||||
usr/share/doc/mariadb-server-10.2/README.md usr/share/doc/mariadb-plugin-tokudb/README.md
|
||||
|
|
Loading…
Reference in a new issue