Browse Source
ncurses: exclude st-meta* from copied terminfo
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/ncurses/build.sh
|
|
@ -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/ |
|
|
|