summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/post-install/sddm.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/post-install/sddm.post-install')
-rw-r--r--testing/source/vtown/kde/post-install/sddm.post-install2
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 3d168b14f..6a68a51a4 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