summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-02-10 20:34:16 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2020-02-10 20:34:16 +0100
commit58b70dc13630d2f2f0244359d6351085d70fd5dd (patch)
treebf6600084f6bce9526916a307d0263d398451b0b /cmake
parentd72038a738b2ece7f50453e0f366ad0b9e5ed7e0 (diff)
parent235d7c6f541ef00bec8759bef7d9e1764db20755 (diff)
downloadmariadb-git-58b70dc13630d2f2f0244359d6351085d70fd5dd.tar.gz
Merge branch '10.2' into 10.3
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack_rpm.cmake2
-rw-r--r--cmake/install_layout.cmake2
2 files changed, 3 insertions, 1 deletions
diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake
index 09a645bdf0d..d63661b3f1a 100644
--- a/cmake/cpack_rpm.cmake
+++ b/cmake/cpack_rpm.cmake
@@ -105,6 +105,8 @@ SET(ignored
"%ignore /etc/systemd/system"
"%ignore /lib"
"%ignore /lib/security"
+ "%ignore /lib64"
+ "%ignore /lib64/security"
"%ignore ${CMAKE_INSTALL_PREFIX}"
"%ignore ${CMAKE_INSTALL_PREFIX}/bin"
"%ignore ${CMAKE_INSTALL_PREFIX}/include"
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index ab19a7f0f11..49dceccb9d2 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -163,7 +163,7 @@ SET(INSTALL_UNIX_ADDRDIR_RPM "${INSTALL_MYSQLDATADIR_RPM}/mysql.sock"
SET(INSTALL_SYSTEMD_UNITDIR_RPM "/usr/lib/systemd/system")
SET(INSTALL_SYSTEMD_SYSUSERSDIR_RPM "/usr/lib/sysusers.d")
SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM "/usr/lib/tmpfiles.d")
-SET(INSTALL_PAMDIR_RPM "/lib/security")
+SET(INSTALL_PAMDIR_RPM "/${INSTALL_LIBDIR_RPM}/security")
#
# DEB layout