Skip to content

Commit 236aed3

Browse files
Aurélien LEQUOYan3l
authored andcommitted
MDEV-21656: Wrong directory for pam_user_map.so
JIRA:https://jira.mariadb.org/browse/MDEV-17292 Closes #1443
1 parent a241d41 commit 236aed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/install_layout.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ SET(INSTALL_UNIX_ADDRDIR_RPM "${INSTALL_MYSQLDATADIR_RPM}/mysql.sock"
163163
SET(INSTALL_SYSTEMD_UNITDIR_RPM "/usr/lib/systemd/system")
164164
SET(INSTALL_SYSTEMD_SYSUSERSDIR_RPM "/usr/lib/sysusers.d")
165165
SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM "/usr/lib/tmpfiles.d")
166-
SET(INSTALL_PAMDIR_RPM "/lib/security")
166+
SET(INSTALL_PAMDIR_RPM "/${INSTALL_LIBDIR_RPM}/security")
167167

168168
#
169169
# DEB layout

0 commit comments

Comments
 (0)