Signed-off-by: Mike Gilbert <flop...@gentoo.org> --- eclass/udev.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/udev.eclass b/eclass/udev.eclass index ac94f98221aa..7c587dc37f2f 100644 --- a/eclass/udev.eclass +++ b/eclass/udev.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: udev.eclass @@ -18,7 +18,7 @@ # DEPEND="${RDEPEND}" # # src_configure() { -# econf --with-rulesdir="$(get_udevdir)"/rules.d +# econf --with-rulesdir="${EPREFIX}$(get_udevdir)"/rules.d # } # # src_install() { -- 2.40.1