• [gentoo-dev] [PATCH] udev.eclass: add ${EPREFIX} to src_configure examp

    From Mike Gilbert@21:1/5 to All on Thu May 25 17:30:01 2023
    Signed-off-by: Mike Gilbert <floppym@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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)