diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-03-22 18:33:20 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-03-22 18:33:20 +0100 |
commit | c41240939b978b0995b612c9be0f0c29f191d8dd (patch) | |
tree | 5f31b6f5e05914d94552039e536e31c6003eaf2c /cmake | |
parent | 31cc7f2eb041358d8ceeecaefb3de82bbedd46c8 (diff) | |
download | mariadb-git-c41240939b978b0995b612c9be0f0c29f191d8dd.tar.gz |
Attempt to fix RPM support-files directory.
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/install_layout.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake index 3a0a3fa6bca..ad857058ca4 100755 --- a/cmake/install_layout.cmake +++ b/cmake/install_layout.cmake @@ -114,7 +114,7 @@ SET(INSTALL_SCRIPTDIR_RPM "bin") SET(INSTALL_MYSQLTESTDIR_RPM "mysql-test") SET(INSTALL_SQLBENCHROOTDIR_RPM "") SET(INSTALL_DOCREADMEDIR_RPM "share/mysql/doc/MySQL-server-${MYSQL_NO_DASH_VERSION}") -SET(INSTALL_SUPPORTFILESDIR_RPM "") +SET(INSTALL_SUPPORTFILESDIR_RPM "share/mysql") SET(INSTALL_MYSQLDATADIR_RPM "var") # SVR4 layout |