Copy terminfo files to "$root/share" not "$libcroot/share"

This commit is contained in:
sin 2014-03-06 13:15:49 +00:00
parent bc89f5ce88
commit 83c0e3404d

View File

@ -4,7 +4,8 @@ url="$mirror/ncurses.tar.gz"
build: crossmusl
cd src/ncurses-$v
cp $top/stuff/ncurses-fallback.c ncurses/fallback.c
CC="$CC -static" ./configure --prefix="$libcroot" --mandir="$root/share" --without-tests \
CC="$CC -static" ./configure --prefix="$libcroot" --mandir="$root/share" \
--datadir="$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