ncurses: exclude st-meta* from copied terminfo

This commit is contained in:
Leonid Pliushch 2019-07-21 02:43:22 +03:00
parent 69af254a68
commit bef5d43163

View File

@ -85,7 +85,7 @@ termux_step_post_massage() {
cp $TERMUX_PKG_TMPDIR/full-terminfo/l/linux $TI/l/
cp $TERMUX_PKG_TMPDIR/full-terminfo/p/putty{,-256color} $TI/p/
cp $TERMUX_PKG_TMPDIR/full-terminfo/r/rxvt{,-256color} $TI/r/
cp $TERMUX_PKG_TMPDIR/full-terminfo/s/{screen{,2,-256color},st{,-256color,-meta,-meta-256color}} $TI/s/
cp $TERMUX_PKG_TMPDIR/full-terminfo/s/{screen{,2,-256color},st{,-256color}} $TI/s/
cp $TERMUX_PKG_TMPDIR/full-terminfo/t/tmux{,-256color} $TI/t/
cp $TERMUX_PKG_TMPDIR/full-terminfo/v/{vt52,vt100,vt102} $TI/v/
cp $TERMUX_PKG_TMPDIR/full-terminfo/x/xterm{,-color,-new,-16color,-256color,+256color} $TI/x/