From d7aedfa1bc07a252041cc12bffb3c7a81e067121 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 8 Jan 2022 14:05:55 -0500 Subject: 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 --- 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 -- cgit v1.2.3-65-gdbad