mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] udev: fix creation of custom rules
@ 2015-12-22 14:07 Clemens Gruber
  2016-01-12 16:45 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Gruber @ 2015-12-22 14:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

This was broken since commit 7732f73 and custom rule files were not
copied.

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

diff --git a/rules/udev.make b/rules/udev.make
index bd3c3ad..aeba9e5 100644
--- a/rules/udev.make
+++ b/rules/udev.make
@@ -214,8 +214,7 @@ ifdef PTXCONF_UDEV_KEYMAPS
 endif
 
 ifdef PTXCONF_UDEV_CUST_RULES
-	$(call install_tree_alternative, udev, 0, 0, /lib/udev/rules.d, \
-		/lib/udev/rules.d)
+	$(call install_alternative_tree, udev, 0, 0, /lib/udev/rules.d)
 endif
 
 	@$(foreach helper, $(UDEV_HELPER-y), \
-- 
2.6.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2016-01-12 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22 14:07 [ptxdist] [PATCH] udev: fix creation of custom rules Clemens Gruber
2016-01-12 16:45 ` Michael Olbrich

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