From: Georgy Yakovlev Date: Sat, 1 Dec 2018 01:51:09 +0000 (-0800) Subject: sys-apps/ripgrep: add missing || die X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6873e4453420023084a42eb0bdb640e071d953fa;p=gentoo.git sys-apps/ripgrep: add missing || die Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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