From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH v2] systemd: fix udev custom rules typo
Date: Fri, 31 Mar 2017 10:51:47 +0200 [thread overview]
Message-ID: <20170331085147.21157-1-clemens.gruber@pqgruber.com> (raw)
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
reply other threads:[~2017-03-31 8:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170331085147.21157-1-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