Skip to content

Commit

Permalink
dev-erlang/lager: 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 7676b5d commit 2ba0a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-erlang/lager/lager-3.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ PATCHES=(
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 2ba0a3e

Please sign in to comment.