Skip to content

Commit

Permalink
changed install directory of hyprlock pam configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
BranchManager committed Mar 2, 2024
1 parent 372e35d commit 0bbbf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ protocol("unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml" "linux-dmabuf-unst
install(TARGETS hyprlock)

set(PAM_INSTALL_DIR "/etc/pam.d")
install(FILES "pam/hyprlock" DESTINATION "${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d")
install(FILES "pam/hyprlock" DESTINATION "${PAM_INSTALL_DIR}")

0 comments on commit 0bbbf19

Please sign in to comment.