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 43D8E158088 for ; Fri, 21 Jan 2022 09:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E192BC05F; Fri, 21 Jan 2022 09:14:49 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17AA22BC010 for ; Fri, 21 Jan 2022 09:14:49 +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 DE24D3432EF for ; Fri, 21 Jan 2022 09:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399592A5 for ; Fri, 21 Jan 2022 09:14:46 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1642730956.e3a27aef7575325049b67a7f4958502d1a956766.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e3a27aef7575325049b67a7f4958502d1a956766 X-VCS-Branch: master Date: Fri, 21 Jan 2022 09:14:46 +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: 904d6636-8c67-48e5-8bed-aed0e3a01d46 X-Archives-Hash: 5af236b473ecefcfbe85fa9703c92c15 commit: e3a27aef7575325049b67a7f4958502d1a956766 Author: Peter Levine gmail com> AuthorDate: Fri Jan 21 02:09:16 2022 +0000 Commit: Florian Schmaus gentoo org> 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() {