From: Lars Wendler Date: Thu, 24 Nov 2016 07:09:10 +0000 (+0100) Subject: dev-util/cmake: "rm -f" and "die" don't get along well. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c6319712401454ab890944041c860010c5f7a61;p=gentoo.git dev-util/cmake: "rm -f" and "die" don't get along well. Package-Manager: portage-2.3.2 --- diff --git a/dev-util/cmake/cmake-3.7.0.ebuild b/dev-util/cmake/cmake-3.7.0.ebuild index 82bcc2f2f723..50a62fd5937c 100644 --- a/dev-util/cmake/cmake-3.7.0.ebuild +++ b/dev-util/cmake/cmake-3.7.0.ebuild @@ -184,7 +184,7 @@ src_install() { dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack} - rm -rf "${ED}"/usr/share/cmake/{completions,editors} || die + rm -r "${ED}"/usr/share/cmake/{completions,editors} || die } pkg_postinst() {