summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-03-31 10:51:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-31 17:15:09 +0200
commitdaa4818eb993daad297c1acd074c2d637ecd2aec (patch)
tree4ab137dc90957bf6c1905fd4a4a7f535fc241cd7 /rules/systemd.make
parent3f46165e2245fdb4972a87dc72afd32788b9dcbe (diff)
downloadptxdist-daa4818eb993daad297c1acd074c2d637ecd2aec.tar.gz
ptxdist-daa4818eb993daad297c1acd074c2d637ecd2aec.tar.xz
systemd: fix udev custom rules typo
Due to this typo, custom udev rules were not installed. Fix it. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
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)