summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-21 10:19:00 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-21 10:19:00 +0200
commitcb9634c6a667002b0e8def6a6431ab40deac0ac4 (patch)
tree08cb38b56eb8106ed85c0f6737713452fcbd2f01 /dev-cpp/notcurses/notcurses-2.2.3.ebuild
parentmedia-gfx/scour: drop 0.37, 0.38.1 (diff)
downloadgentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.tar.gz
gentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.tar.bz2
gentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.zip
dev-cpp/notcurses: bracketize {i}
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/notcurses/notcurses-2.2.3.ebuild')
-rw-r--r--dev-cpp/notcurses/notcurses-2.2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/notcurses/notcurses-2.2.3.ebuild b/dev-cpp/notcurses/notcurses-2.2.3.ebuild
index 8cf6e10a7538..52303eeff6fe 100644
--- a/dev-cpp/notcurses/notcurses-2.2.3.ebuild
+++ b/dev-cpp/notcurses/notcurses-2.2.3.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)
done
}