Skip to content

Commit

Permalink
dev-erlang/goldrush: 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 cb7a634 commit 7d095f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-erlang/goldrush/goldrush-0.1.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ S="${WORKDIR}/${MY_P}"
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 7d095f2

Please sign in to comment.