Skip to content

Commit

Permalink
media-gfx/curaengine: add missing die statement
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Oct 16, 2019
1 parent 28454de commit 5de1d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-gfx/curaengine/curaengine-4.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ src_configure() {
src_compile() {
cmake-utils_src_make
if use doc; then
doxygen
doxygen || die
mv docs/html . || die
find html -name '*.md5' -or -name '*.map' -delete || die
DOCS+=( html )
Expand Down

0 comments on commit 5de1d46

Please sign in to comment.