mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fix wrong install location for DEB supportfiles.
This commit is contained in:
parent
fe6c8d4238
commit
9b993fda63
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ SET(INSTALL_SHAREDIR_DEB "share")
|
|||
SET(INSTALL_MYSQLSHAREDIR_DEB "share/mysql")
|
||||
SET(INSTALL_MYSQLTESTDIR_DEB "mysql-test")
|
||||
SET(INSTALL_SQLBENCHDIR_DEB ".")
|
||||
SET(INSTALL_SUPPORTFILESDIR_DEB "support-files")
|
||||
SET(INSTALL_SUPPORTFILESDIR_DEB "share/mysql")
|
||||
#
|
||||
SET(INSTALL_MYSQLDATADIR_DEB "/var/lib/mysql")
|
||||
SET(INSTALL_PLUGINTESTDIR_DEB ${plugin_tests})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue