From 43c7e8e5cc8391c6e1c445e38c009d9b27201611 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Mon, 12 Sep 2022 14:48:34 +0200 Subject: udev-legacy: fix source and destination file system path The "customized udev rules" are installed via install_alternative_tree and thus, both paths are "/usr/lib/udev/rules.d". Reported-by: Joerg Epping Signed-off-by: Juergen Borleis Message-Id: <20220912124834.748162-1-jbe@pengutronix.de> Signed-off-by: Michael Olbrich --- rules/udev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/udev.in b/rules/udev.in index 1fa9a9fc6..d08ed096c 100644 --- a/rules/udev.in +++ b/rules/udev.in @@ -96,7 +96,7 @@ config UDEV_LEGACY_CUST_RULES prompt "install customized udev rules" help This will install the customized udev rules files from - projectroot/usr/usr/lib/udev/rules.d into /lib/udev/rules.d + projectroot/usr/lib/udev/rules.d into /usr/lib/udev/rules.d config UDEV_LEGACY_LIBUDEV bool -- cgit v1.2.3