diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-22 14:13:10 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-24 15:18:36 +0200 |
commit | ffb96be9e7d9e9a76bb01a3cbbfa532b2135b86e (patch) | |
tree | 725a781bdd0f7eb9fa04ce008c7e212aa58e3f65 /cmake/install_layout.cmake | |
parent | b2190f859b652a0d4c5f2931b34d6e6e821bf715 (diff) | |
download | mariadb-git-ffb96be9e7d9e9a76bb01a3cbbfa532b2135b86e.tar.gz |
fix debian packaging for tokudb
Diffstat (limited to 'cmake/install_layout.cmake')
-rw-r--r-- | cmake/install_layout.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake index 5484691e94a..8bb638fd301 100644 --- a/cmake/install_layout.cmake +++ b/cmake/install_layout.cmake @@ -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") |