commit: 6873e4453420023084a42eb0bdb640e071d953fa
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 1 01:51:09 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Dec 1 01:51:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6873e445
sys-apps/ripgrep: add missing || die
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
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 fba0e1d8e24..902eb4c315f 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