mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Move swaylock PAM policy to /etc/pam.d
This commit is contained in:
parent
77554f545e
commit
53866f5562
1 changed files with 2 additions and 2 deletions
|
|
@ -43,13 +43,13 @@ executable('swaylock',
|
|||
if is_freebsd
|
||||
install_data(
|
||||
'pam/swaylock.freebsd',
|
||||
install_dir: sysconfdir + '/pam.d/',
|
||||
install_dir: '/etc/pam.d/',
|
||||
rename: 'swaylock'
|
||||
)
|
||||
else
|
||||
install_data(
|
||||
'pam/swaylock.linux',
|
||||
install_dir: sysconfdir + '/pam.d/',
|
||||
install_dir: '/etc/pam.d/',
|
||||
rename: 'swaylock'
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue