0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

build: fix pamdir path

This commit is contained in:
Sayafdine Said 2023-09-12 22:51:03 +02:00
parent 29f218d9dc
commit 0eb3eeb6a7
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -14,7 +14,7 @@ paths_h = configure_file(
install_dir: get_option('pam_dir')
)
pamdir = get_option('pam_dir') != '' ? get_option('pam_dir') : join_paths(get_option('libdir'), 'security')
pamdir = get_option('pam_dir') != '' ? get_option('pam_dir') : join_paths(get_option('prefix'), get_option('libdir'), 'security')
shared_library(
'pam_howdy',