mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
dev-cpp/notcurses: add missing die
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user