From 6873e4453420023084a42eb0bdb640e071d953fa Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Fri, 30 Nov 2018 17:51:09 -0800 Subject: [PATCH] sys-apps/ripgrep: add missing || die Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild b/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild index fba0e1d8e24c..902eb4c315fa 100644 --- a/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild +++ b/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -129,7 +129,7 @@ src_install() { $(usex pcre "--features pcre2" "") \ || die "cargo install failed" - rm -f "${D}/usr/.crates.toml" + rm -f "${D}/usr/.crates.toml" || die # hack to find/install generated files # stamp file can be present in multiple dirs if we build additional features -- 2.26.2