Skip to content

Commit

Permalink
dev-util/cmake: "rm -f" and "die" don't get along well.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
Lars Wendler committed Nov 24, 2016
1 parent 07e50ed commit 6c63197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/cmake/cmake-3.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6c63197

Please sign in to comment.