mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH] udev: fix creation of custom rules
Date: Tue, 22 Dec 2015 15:07:45 +0100	[thread overview]
Message-ID: <1450793265-27857-1-git-send-email-clemens.gruber@pqgruber.com> (raw)

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

             reply	other threads:[~2015-12-22 14:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 14:07 Clemens Gruber [this message]
2016-01-12 16:45 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450793265-27857-1-git-send-email-clemens.gruber@pqgruber.com \
    --to=clemens.gruber@pqgruber.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox