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 63B1A15800F for ; Sun, 5 Feb 2023 18:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 995B4E0826; Sun, 5 Feb 2023 18:50:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F4B7E0826 for ; Sun, 5 Feb 2023 18:50:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 798BA340BEF for ; Sun, 5 Feb 2023 18:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E571899 for ; Sun, 5 Feb 2023 18:50:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675623033.b520046dbc50dc7b57245fdc4108b0332a910b44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild X-VCS-Directories: sys-devel/automake-wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b520046dbc50dc7b57245fdc4108b0332a910b44 X-VCS-Branch: master Date: Sun, 5 Feb 2023 18:50:48 +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: e7dbe617-068a-4055-9995-6139719a5985 X-Archives-Hash: 3958eb3765578e9c9601bd3741195adc commit: b520046dbc50dc7b57245fdc4108b0332a910b44 Author: Sam James gentoo org> AuthorDate: Sun Feb 5 18:46:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 5 18:50:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b520046d sys-devel/automake-wrapper: fix prefix sed Closes: https://bugs.gentoo.org/893312 Signed-off-by: Sam James gentoo.org> sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild | 2 +- sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild index 2c7e8833a582..65c38465fb58 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild @@ -29,7 +29,7 @@ src_prepare() { # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell if use prefix ; then - sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper-${PV}.sh || die + sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper.sh || die fi } diff --git a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild index 2c7e8833a582..65c38465fb58 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild @@ -29,7 +29,7 @@ src_prepare() { # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell if use prefix ; then - sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper-${PV}.sh || die + sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper.sh || die fi }