Skip to content

Commit

Permalink
dev-ml/dose3: drop superfluous die
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 16, 2021
1 parent fa83f75 commit f6d8b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ src_compile() {
}

src_install() {
emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install || die
emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install
dodoc CHANGES CREDITS README.architecture TODO
}

0 comments on commit f6d8b87

Please sign in to comment.