mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] systemd: fix udev custom rules typo
@ 2017-03-30 23:20 Clemens Gruber
  2017-03-31  6:43 ` Juergen Borleis
  2017-04-03  8:30 ` Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Clemens Gruber @ 2017-03-30 23:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Due to this typo, custom udev rules were not installed.
Fix it.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/systemd.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/systemd.make b/rules/systemd.make
index 6b49e9710..45f8f1c20 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -398,7 +398,7 @@ ifdef PTXCONF_SYSTEMD_UDEV_HWDB
 endif
 
 ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
-	@$(call install_tree_alternative, v, 0, 0, -, /lib/udev/rules.d)
+	@$(call install_tree_alternative, systemd, 0, 0, -, /lib/udev/rules.d)
 endif
 
 	@$(call install_finish, systemd)
-- 
2.12.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-04-03  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 23:20 [ptxdist] [PATCH] systemd: fix udev custom rules typo Clemens Gruber
2017-03-31  6:43 ` Juergen Borleis
2017-04-03  8:30 ` Michael Olbrich

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