diff options
Diffstat (limited to 'testing/source/vtown/kde/post-install/sddm.post-install')
-rw-r--r-- | testing/source/vtown/kde/post-install/sddm.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/source/vtown/kde/post-install/sddm.post-install b/testing/source/vtown/kde/post-install/sddm.post-install index 3d168b14..6a68a51a 100644 --- a/testing/source/vtown/kde/post-install/sddm.post-install +++ b/testing/source/vtown/kde/post-install/sddm.post-install @@ -5,7 +5,7 @@ else # Replace systemd-centric files with ours: rm -f $PKG/etc/pam.d/sddm* for FILE in sddm sddm-autologin sddm-greeter ; do - install -Dm644 $CWD/post-install/sddm-qt5/pam.d/$FILE $PKG/etc/pam.d/$FILE + install -Dm644 $CWD/post-install/sddm/pam.d/$FILE $PKG/etc/pam.d/$FILE done fi |