public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lightdm] rawhide: Fix installation of pam files in /usr/lib/pam.d again
@ 2026-09-02 18:17 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-02 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lightdm
Branch : rawhide
Commit : 964b6945210411483fc904db8f29bf9890b65d13
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-09-02T14:17:11-04:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lightdm/c/964b6945210411483fc904db8f29bf9890b65d13?branch=rawhide

Log:
Fix installation of pam files in /usr/lib/pam.d again

---
diff --git a/lightdm.spec b/lightdm.spec
index b8485bf..889add3 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -202,8 +202,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
 %{__rm} -rfv %{buildroot}%{_sysconfdir}/init
 
 # install pam file
-mkdir -p %{buildroot}%{_prefix}
-mv %{buildroot}%{_sysconfdir}/pam.d %{buildroot}%{_prefix}
+mkdir -p %{buildroot}%{_prefix}/lib
+mv %{buildroot}%{_sysconfdir}/pam.d %{buildroot}%{_prefix}/lib
 %{__install} -Dpm 0644 %{SOURCE10} %{buildroot}%{_prefix}/lib/pam.d/lightdm
 %{__install} -Dpm 0644 %{SOURCE11} %{buildroot}%{_prefix}/lib/pam.d/lightdm-autologin
 %{__install} -Dpm 0644 %{SOURCE12} %{buildroot}%{_prefix}/lib/tmpfiles.d/lightdm.conf

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 18:17 [rpms/lightdm] rawhide: Fix installation of pam files in /usr/lib/pam.d again Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox