Skip to content

Commit

Permalink
dev-cpp/notcurses: add missing die
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Apr 29, 2021
1 parent 056eabb commit f52379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cpp/notcurses/notcurses-2.2.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ src_install() {
# x.y.1 or x.y.3, to install the source dir as a man page.
# exploit the fact that there's a bijection from html<>man.
for i in ../*.html ; do
doman ../$(basename ${i} .html)
doman ../$(basename ${i} .html || die)
done
}

0 comments on commit f52379d

Please sign in to comment.