mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] systemd: fix udev custom rules typo
@ 2017-03-31  8:51 Clemens Gruber
  0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2017-03-31  8:51 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>
---

Changes from v1:
- Forgot to fixup a 2nd patch with the install_alternative_tree change

 rules/systemd.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/systemd.make b/rules/systemd.make
index 6b49e9710..7b7f198e0 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_alternative_tree, 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] only message in thread

only message in thread, other threads:[~2017-03-31  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31  8:51 [ptxdist] [PATCH v2] systemd: fix udev custom rules typo Clemens Gruber

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