diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-09-18 20:55:58 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-09-18 20:55:58 +0200 |
commit | 427daab74f22450c11b5f517d4ae5a041ac61811 (patch) | |
tree | 2c2f52c840f8299c6646c461a007fcb8bf39a864 /cmake | |
parent | c3d635bdc3becb736473a8f1f2a8c5ff886fe450 (diff) | |
download | mariadb-git-427daab74f22450c11b5f517d4ae5a041ac61811.tar.gz |
fix broken (after merge) galera deb packaging
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/install_macros.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/install_macros.cmake b/cmake/install_macros.cmake index bac824a477f..b7e27ba5667 100644 --- a/cmake/install_macros.cmake +++ b/cmake/install_macros.cmake @@ -174,9 +174,9 @@ FUNCTION(INSTALL_DOCUMENTATION) ENDIF() IF(RPM) - SET(destination "${destination}/MariaDB-${group}-${VERSION}") + SET(destination "${destination}/MariaDB-Galera-${group}-${VERSION}") ELSEIF(DEB) - SET(destination "${destination}/mariadb-${group}-${MAJOR_VERSION}.${MINOR_VERSION}") + SET(destination "${destination}/mariadb-galera-${group}-${MAJOR_VERSION}.${MINOR_VERSION}") ENDIF() INSTALL(FILES ${files} DESTINATION ${destination} COMPONENT ${ARG_COMPONENT}) |