mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/notcurses: bracketize {i}
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)
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user