mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR.
@ 2021-06-08 19:31 Christian Melki
  2021-06-16 10:35 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-06-08 19:31 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/pam.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/pam.make b/rules/pam.make
index 538ce2fa0..2f3ac3fb4 100644
--- a/rules/pam.make
+++ b/rules/pam.make
@@ -64,7 +64,7 @@ $(STATEDIR)/pam.targetinstall:
 	@$(call install_lib, pam, 0, 0, 0644, libpam_misc)
 	@$(call install_lib, pam, 0, 0, 0644, libpam)
 
-	@$(call install_tree, pam, 0, 0, -, /usr/lib/security)
+	@$(call install_tree, pam, 0, 0, -, /usr/$(CROSS_LIB_DIR)/security)
 
 	@$(call install_alternative, pam, 0, 0, 0644, /etc/environment)
 	@$(call install_alternative, pam, 0, 0, 0644, /etc/security/access.conf)
-- 
2.31.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-16 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 19:31 [ptxdist] [PATCH] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR Christian Melki
2021-06-16 10:35 ` [ptxdist] [APPLIED] " Michael Olbrich

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