commit: d7aedfa1bc07a252041cc12bffb3c7a81e067121
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 19:05:55 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 19:15:17 2022 +0000
URL:
https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=d7aedfa1
Use @GENTOO_EPREFIX@ instead of @GENTOO_PORTAGE_EPREFIX@
This matches the sed expression in the Makefile, and the expression used
in gcc-config.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
src/binutils-config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/binutils-config b/src/binutils-config
index 6604a14..28bb044 100755
--- a/src/binutils-config
+++ b/src/binutils-config
@@ -6,8 +6,8 @@
# config-TARGET: CURRENT=version for TARGET
# TARGET-VER: has a TARGET and VER variable
-EPREFIX="@GENTOO_PORTAGE_EPREFIX@"
-if [[ ${EPREFIX} == "@"GENTOO_PORTAGE_EPREFIX"@" ]] ; then
+EPREFIX="@GENTOO_EPREFIX@"
+if [[ ${EPREFIX} == "@"GENTOO_EPREFIX"@" ]] ; then
EPREFIX=""
fi