commit: f52379d616465dc402701ee93e87f110495097ab
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 07:12:00 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 07:12:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52379d6
dev-cpp/notcurses: add missing die
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-cpp/notcurses/notcurses-2.2.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/notcurses/notcurses-2.2.8.ebuild
b/dev-cpp/notcurses/notcurses-2.2.8.ebuild
index 52303eeff6f..db8a559116e 100644
--- a/dev-cpp/notcurses/notcurses-2.2.8.ebuild
+++ b/dev-cpp/notcurses/notcurses-2.2.8.ebuild
@@ -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
}