public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] udev.eclass: add ${EPREFIX} to src_configure example
@ 2023-05-25 15:20 Mike Gilbert
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2023-05-25 15:20 UTC (permalink / raw
  To: gentoo-dev

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-25 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-25 15:20 [gentoo-dev] [PATCH] udev.eclass: add ${EPREFIX} to src_configure example Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox