On Friday 31 March 2017 01:20:44 Clemens Gruber wrote:
> Due to this typo, custom udev rules were not installed.
> Fix it.
>
> Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
> ---
>  rules/systemd.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/systemd.make b/rules/systemd.make
> index 6b49e9710..45f8f1c20 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_tree_alternative, systemd, 0, 0, -, /lib/udev/rules.d)
>  endif
>
>       @$(call install_finish, systemd)

Ups. Thanks, my fault. Copy+paste with a broken CTRL key... :)

jb

-- 
Pengutronix e.K.                             | Juergen Borleis             |
Industrial Linux Solutions                   | http://www.pengutronix.de/  |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to