summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/post-install/sddm.post-install
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-04 19:33:47 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-05 08:59:39 +0100
commitcf640c7b345c4048ff73f7169dfff4f7fa62290d (patch)
tree8a435d6396c05148033407e1099e1c9f357fb56d /testing/source/vtown/kde/post-install/sddm.post-install
parenta90cbc61c22e438e97c1810006b15850ddf72dcc (diff)
downloadcurrent-cf640c7b345c4048ff73f7169dfff4f7fa62290d.tar.gz
current-cf640c7b345c4048ff73f7169dfff4f7fa62290d.tar.xz
Wed Nov 4 19:33:47 UTC 202020201104193347
ap/mariadb-10.5.7-x86_64-1.txz: Upgraded. l/libcap-2.45-x86_64-1.txz: Upgraded. l/poppler-data-0.4.10-noarch-1.txz: Upgraded. n/samba-4.13.2-x86_64-1.txz: Upgraded. x/libdrm-2.4.103-x86_64-1.txz: Upgraded. testing/packages/vtown/kde/sddm-0.18.1-x86_64-1_vtown_2.txz: Rebuilt. Fixed installation of pam.d files. Thanks to alienBOB.
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