commit:     0e101ec3f0dede6bc28a87be38afab8f9df34c09
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 10:21:51 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 10:21:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0e101ec3

subst-install: expand all replacements from const.py

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 subst-install.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/subst-install.in b/subst-install.in
index 423dfad515..318e113e1c 100644
--- a/subst-install.in
+++ b/subst-install.in
@@ -24,10 +24,12 @@ sedexp=(
        -r
        -e "s,${at}PORTAGE_BASE${at},@PORTAGE_BASE@,g"
        -e "s,${at}PORTAGE_BASE_PATH${at},@PORTAGE_BASE@,g"
+       -e "s,${at}PORTAGE_BIN_PATH${at},@PORTAGE_BASE@/bin,g"
        -e "s,${at}PORTAGE_BASH${at},@PORTAGE_BASH@,g"
        -e "s,${at}PORTAGE_EPREFIX${at},@PORTAGE_EPREFIX@,g"
        -e "s,${at}PORTAGE_MV${at},@PORTAGE_MV@,g"
        -e "s,${at}PREFIX_PORTAGE_PYTHON${at},@PREFIX_PORTAGE_PYTHON@,g"
+       -e "s,${at}EPREFIX${at},@PORTAGE_EPREFIX@,g"
        -e "s,${at}datadir${at},@datadir@,g"
        -e "s,${at}portagegroup${at},${portagegroup},g"
        -e "s,${at}portageuser${at},${portageuser},g"

Reply via email to