From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B491A158099 for ; Fri, 24 Nov 2023 20:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3822BC048; Fri, 24 Nov 2023 20:06:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D51B02BC048 for ; Fri, 24 Nov 2023 20:06:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 063C633FEF1 for ; Fri, 24 Nov 2023 20:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2504913BB for ; Fri, 24 Nov 2023 20:06:20 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1700856351.e7cab3eb02f760ee91b93cf9a823944b1051cfbd.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: subst-install.in X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e7cab3eb02f760ee91b93cf9a823944b1051cfbd X-VCS-Branch: prefix Date: Fri, 24 Nov 2023 20:06:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6996c3a-e06c-4e90-b4f6-e4d6ac4ecb24 X-Archives-Hash: ff863c81d8d796094ba34a5b08c35453 commit: e7cab3eb02f760ee91b93cf9a823944b1051cfbd Author: Fabian Groffen gentoo org> AuthorDate: Fri Nov 24 19:25:15 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Nov 24 20:05:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e7cab3eb subst-install: replace PORTAGE_BASE_PATH Signed-off-by: Fabian Groffen gentoo.org> subst-install.in | 1 + 1 file changed, 1 insertion(+) diff --git a/subst-install.in b/subst-install.in index b73a23c1a1..332b77b656 100644 --- a/subst-install.in +++ b/subst-install.in @@ -22,6 +22,7 @@ at='@' sedexp=( -e "s,${at}EXTRA_PATH${at},@EXTRA_PATH@,g" -e "s,${at}PORTAGE_BASE${at},@PORTAGE_BASE@,g" + -e "s,${at}PORTAGE_BASE_PATH${at},@PORTAGE_BASE@,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"