mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] media-session: use install_alternative for configuration files
@ 2022-01-20  8:54 Matthias Fend
  2022-01-21 12:25 ` Michael Olbrich
  2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Fend @ 2022-01-20  8:54 UTC (permalink / raw)
  To: ptxdist

This allows customization of the configuration files in projectroot.

Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
---
 rules/media-session.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/media-session.make b/rules/media-session.make
index cda641294..5a90bc273 100644
--- a/rules/media-session.make
+++ b/rules/media-session.make
@@ -78,13 +78,13 @@ ifdef PTXCONF_MEDIA_SESSION_SYSTEMD_UNIT_USER
 		/usr/lib/systemd/user/pipewire.service.wants/pipewire-media-session.service)
 endif
 
-	@$(call install_copy, media-session, 0, 0, 644, -, \
+	@$(call install_alternative, media-session, 0, 0, 0644, \
 		/usr/share/pipewire/media-session.d/alsa-monitor.conf)
-	@$(call install_copy, media-session, 0, 0, 644, -, \
+	@$(call install_alternative, media-session, 0, 0, 0644, \
 		/usr/share/pipewire/media-session.d/bluez-monitor.conf)
-	@$(call install_copy, media-session, 0, 0, 644, -, \
+	@$(call install_alternative, media-session, 0, 0, 0644, \
 		/usr/share/pipewire/media-session.d/media-session.conf)
-	@$(call install_copy, media-session, 0, 0, 644, -, \
+	@$(call install_alternative, media-session, 0, 0, 0644, \
 		/usr/share/pipewire/media-session.d/v4l2-monitor.conf)
 
 	@$(call install_finish, media-session)
-- 
2.25.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] 5+ messages in thread

end of thread, other threads:[~2022-01-30 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20  8:54 [ptxdist] [PATCH] media-session: use install_alternative for configuration files Matthias Fend
2022-01-21 12:25 ` Michael Olbrich
2022-01-23 21:49   ` Matthias Fend
2022-01-28 12:35     ` Michael Olbrich
2022-01-30 15:49 ` [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