summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-12-22 23:12:25 +0100
committerSergei Golubchik <serg@mariadb.org>2023-02-12 12:15:22 +0100
commit738d4604b723237681cacbffd0fb88da14ed314a (patch)
treede574c3bfab4710f8611ba78488b984b7a73b4b5 /cmake
parent951b7ab57b5ffbdbef4d5c0fc3a64e88ea40df62 (diff)
downloadmariadb-git-738d4604b723237681cacbffd0fb88da14ed314a.tar.gz
cmake: rename backup component to Backup
for consistency
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack_rpm.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake
index d02f2952cfe..456c267daf5 100644
--- a/cmake/cpack_rpm.cmake
+++ b/cmake/cpack_rpm.cmake
@@ -31,7 +31,7 @@ SET(CPACK_COMPONENTS_ALL Server ManPagesServer IniFiles Server_Scripts
SupportFiles Development ManPagesDevelopment
ManPagesTest Readme ManPagesClient Test
Common Client SharedLibraries ClientPlugins
- backup
+ Backup
)
SET(CPACK_RPM_PACKAGE_NAME ${CPACK_PACKAGE_NAME})