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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 182D5158087 for ; Fri, 21 Jan 2022 02:10:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360C72BC001; Fri, 21 Jan 2022 02:10:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CDC732BC001 for ; Fri, 21 Jan 2022 02:10:03 +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 3806134345F for ; Fri, 21 Jan 2022 02:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B277E239 for ; Fri, 21 Jan 2022 02:09:59 +0000 (UTC) From: "Peter Levine" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Peter Levine" Message-ID: <1642730956.e3a27aef7575325049b67a7f4958502d1a956766.plevine457@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/steamtinkerlaunch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild X-VCS-Directories: games-util/steamtinkerlaunch/ X-VCS-Committer: plevine457 X-VCS-Committer-Name: Peter Levine X-VCS-Revision: e3a27aef7575325049b67a7f4958502d1a956766 X-VCS-Branch: dev Date: Fri, 21 Jan 2022 02:09:59 +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: 8d09f001-0854-466c-b8e0-6f693215b236 X-Archives-Hash: 0064eda93cf1e9663e59945b30fb81a7 commit: e3a27aef7575325049b67a7f4958502d1a956766 Author: Peter Levine gmail com> AuthorDate: Fri Jan 21 02:09:16 2022 +0000 Commit: Peter Levine gmail com> CommitDate: Fri Jan 21 02:09:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3a27aef games-util/steamtinkerlaunch: add missing die Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Peter Levine gmail.com> games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild b/games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild index 994b9fc9e..198ff4202 100644 --- a/games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild +++ b/games-util/steamtinkerlaunch/steamtinkerlaunch-8.0.ebuild @@ -32,7 +32,7 @@ src_prepare() { sed -e 's|PREFIX := /usr|PREFIX := $(DESTDIR)/usr|g' \ -e "s|share/doc/${PN}|share/doc/${PF}|g" \ -e '/sed "s:^PREFIX/d' \ - -i Makefile + -i Makefile || die } pkg_postinst() {