diff --git a/toaru-vga.tic b/toaru-vga.tic new file mode 100644 index 00000000..d55cdfd6 Binary files /dev/null and b/toaru-vga.tic differ diff --git a/toolchain/cross-install.sh b/toolchain/cross-install.sh index baeb5c38..88180bef 100755 --- a/toolchain/cross-install.sh +++ b/toolchain/cross-install.sh @@ -102,6 +102,7 @@ pushd build make || bail make DESTDIR=$REALPREFIX install || bail cp $DIR/../toaru.tic $REALPREFIX/$VIRTPREFIX/share/terminfo/t/toaru + cp $DIR/../toaru-vga.tic $REALPREFIX/$VIRTPREFIX/share/terminfo/t/toaru-vga popd pushd $DIR/tarballs/vim73 make distclean diff --git a/toolchain/install.sh b/toolchain/install.sh index 7bddc526..0bae2ef3 100755 --- a/toolchain/install.sh +++ b/toolchain/install.sh @@ -119,9 +119,4 @@ pushd build make || bail make install || bail popd - pushd $DIR/tarballs/vim73 - ac_cv_sizeof_int=4 vim_cv_getcwd_broken=no vim_cv_memmove_handles_overlap=yes vim_cv_stat_ignores_slash=no vim_cv_tgetent=zero vim_cv_terminfo=yes vim_cv_toupper_broken=no vim_cv_tty_group=world ./configure --host=$TARGET --target=$TARGET --prefix=$PREFIX/$TARGET --with-tlib=ncurses --enable-gui=no --disable-gtktest --disable-xim --with-features=normal --disable-gpm --without-x --disable-netbeans --enable-multibyte - make || bail - cp src/vim $DIR/../hdd/usr/bin/vim - popd popd