summaryrefslogtreecommitdiff
path: root/cmake/install_layout.cmake
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2013-03-04 12:49:35 +0100
committerunknown <knielsen@knielsen-hq.org>2013-03-04 12:49:35 +0100
commit9b993fda63846cc05860ba006ff46678435e3fe2 (patch)
treea8da72f600f2dda6e6821811b824f4515a6ed836 /cmake/install_layout.cmake
parentfe6c8d42385ef70a9cf928f12a062af1f53ce34b (diff)
downloadmariadb-git-9b993fda63846cc05860ba006ff46678435e3fe2.tar.gz
Fix wrong install location for DEB supportfiles.
Diffstat (limited to 'cmake/install_layout.cmake')
-rw-r--r--cmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 4ff123e2808..22b0255a22a 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -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})