dev-cpp/notcurses: bracketize {i}

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2021-03-21 10:19:00 +02:00
parent 330a5eddf5
commit cb9634c6a6

View File

@@ -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
}