summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-01-29 10:46:05 +0100
committerSergei Golubchik <sergii@pisem.net>2013-01-29 10:46:05 +0100
commit78e47eb0040978a30e5f2287b6dc1aa0ebfcc53c (patch)
tree33643c27fb85b22bfef2063fd08f61b1370e5132 /cmake
parent52747434e583f877972ab913c7f4970a6d1f9b18 (diff)
downloadmariadb-git-78e47eb0040978a30e5f2287b6dc1aa0ebfcc53c.tar.gz
fix 'compat' rpm for fedora18
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack_rpm.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake
index 8ef9d9e178a..be42dacc415 100644
--- a/cmake/cpack_rpm.cmake
+++ b/cmake/cpack_rpm.cmake
@@ -85,6 +85,7 @@ SET(CPACK_RPM_server_USER_FILELIST ${ignored} "%config(noreplace) /etc/my.cnf.d/
SET(CPACK_RPM_common_USER_FILELIST ${ignored} "%config(noreplace) /etc/my.cnf")
SET(CPACK_RPM_shared_USER_FILELIST ${ignored} "%config(noreplace) /etc/my.cnf.d/*")
SET(CPACK_RPM_client_USER_FILELIST ${ignored} "%config(noreplace) /etc/my.cnf.d/*")
+SET(CPACK_RPM_compat_USER_FILELIST ${ignored})
SET(CPACK_RPM_devel_USER_FILELIST ${ignored})
SET(CPACK_RPM_test_USER_FILELIST ${ignored})