From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1421370-garchives=archives.gentoo.org@lists.gentoo.org> 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 007B8158094 for <garchives@archives.gentoo.org>; Sun, 24 Jul 2022 19:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 243F3E086D; Sun, 24 Jul 2022 19:27:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C21D0E0929 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jul 2022 19:27:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D71DA341184 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jul 2022 19:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44504543 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jul 2022 19:27:20 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> 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" <grobian@gentoo.org> Message-ID: <1658690675.e11f7c6065bae3f44f06a8e36ee6b7b4cf7ee52d.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: e11f7c6065bae3f44f06a8e36ee6b7b4cf7ee52d X-VCS-Branch: prefix Date: Sun, 24 Jul 2022 19:27:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9afb91d8-437b-4347-9b3f-f1a59937f33d X-Archives-Hash: 8605caebfcc67e8e793757c1c55ef1c1 commit: e11f7c6065bae3f44f06a8e36ee6b7b4cf7ee52d Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jul 24 19:24:35 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jul 24 19:24:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e11f7c60 subst-install: replace /usr/bin/env with EPREFIX during install Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> subst-install.in | 1 + 1 file changed, 1 insertion(+) diff --git a/subst-install.in b/subst-install.in index e9f375d76..b73a23c1a 100644 --- a/subst-install.in +++ b/subst-install.in @@ -33,6 +33,7 @@ sedexp=( -e "s,${at}rootuid${at},@rootuid@,g" -e "s,${at}rootuser${at},${rootuser},g" -e "s,${at}sysconfdir${at},@sysconfdir@,g" + -e "1s,/usr/bin/env ,@PORTAGE_EPREFIX@/usr/bin/," ) sources=( )