Skip to content

Commit

Permalink
dev-erlang/riakc: Die on rm failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aidecoe committed Aug 29, 2016
1 parent da0c494 commit 8d505e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ DOCS=( README.md )
src_prepare() {
rebar_src_prepare
# 'priv' directory contains only edoc.css, but doc isn't going to be built.
rm -r "${S}/priv"
rm -r "${S}/priv" || die
}

0 comments on commit 8d505e0

Please sign in to comment.