Skip to content

build: Honour pam_prefix meson option

Ghost User requested to merge (removed):fix-pam_prefix into master

Make the use of pam_prefix Meson option worth its while since, at the moment, its value is being ignored:

if enable_pam
  configure_file(
  input: 'polkit-1.in',
    output: '@BASENAME@',
    configuration: pam_conf,
    install: true,
    install_dir: pk_sysconfdir / 'pam.d',
  )
endif

Merge request reports