summaryrefslogtreecommitdiff
path: root/cmake/install_layout.cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-01-25 13:12:29 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-01-25 13:12:29 +0100
commit261a29e20ee852ef16cc1ef17caedb91d80efe09 (patch)
tree3e2dbde693d26da9f69bff9e1f5d3c30ae965807 /cmake/install_layout.cmake
parent1519d8ccd17db7d342743132a70fed03e542dab7 (diff)
downloadmariadb-git-261a29e20ee852ef16cc1ef17caedb91d80efe09.tar.gz
In standalone package, default data subdirectory is "data", not "var"
Diffstat (limited to 'cmake/install_layout.cmake')
-rwxr-xr-xcmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index b1a285a0695..7a0d34d6a17 100755
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -106,7 +106,7 @@ ENDIF()
SET(INSTALL_SQLBENCHROOTDIR_UNIX "")
SET(INSTALL_DOCREADMEDIR_UNIX "share/mysql/doc/MySQL-server-${MYSQL_NO_DASH_VERSION}")
SET(INSTALL_SUPPORTFILESDIR_UNIX "")
- SET(INSTALL_MYSQLDATADIR_STANDALONE "var")
+ SET(INSTALL_MYSQLDATADIR_UNIX "var")
# Clear cached variables if install layout was changed