commit dada9bd582a17f4042b750b2791444593fa2d3da
parent 0d722ec0c35b0455d7d35a725530d5e2cb8c682e
Author: sin <sin@2f30.org>
Date: Fri, 28 Feb 2014 15:17:16 +0000
Install manpages to $root/share/man for ncurses
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/ncurses b/pkgs/ncurses
@@ -6,7 +6,7 @@ build: crossmusl
[ -d ncurses-$v ] || tar xzf ncurses.tar.gz
cd ncurses-$v
cp $top/stuff/ncurses-fallback.c ncurses/fallback.c
- CC="$CC -static" ./configure --prefix="${libcroot}" --without-tests \
+ CC="$CC -static" ./configure --prefix="${libcroot}" --mandir="$root/share" --without-tests \
--with-normal --enable-sigwinch --disable-nls --without-dlsym \
--without-cxx-binding --enable-widec \
--with-fallbacks="linux vt100 xterm xterm256-color" </dev/ptmx || return 1