From 1badf13bdfe22d30b1e070f8f6dce8f119212d3d Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 14 Jan 2014 15:28:02 +0000 Subject: Unify with Apple, symlink their terminfo (do not overwrite). git-svn-id: http://svn.telesphoreo.org/trunk@778 514c082c-b64e-11dc-b46d-3d985efe055d --- data/ncurses/make.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh index a497f097e..abc3d080a 100644 --- a/data/ncurses/make.sh +++ b/data/ncurses/make.sh @@ -4,7 +4,7 @@ cd .. dir=$(echo *) mkdir bld-ncurses{,w} cd bld-ncurses -flags='--with-shared --without-normal --without-debug --enable-sigwinch' +flags='--with-shared --without-normal --without-debug --enable-sigwinch --disable-mixed-case --enable-termcap' PKG_CONF=../${dir}/configure pkg:configure ${flags} make #CFLAGS='-O2 -mthumb' pkg:install @@ -30,3 +30,7 @@ for ti in "${PKG_DEST}"/usr/share/terminfo/*/*; do done rmdir --ignore-fail-on-non-empty "${PKG_DEST}"/usr/share/terminfo/* + +for ti in "${PKG_DEST}"/usr/share/terminfo/*; do + ln -Tsf "${ti##*/}" "${PKG_DEST}"/usr/share/terminfo/"$(printf "%02x" "'${ti##*/}")" +done -- cgit v1.2.3