kill vim from core install, add new toaru-vga.tic

This commit is contained in:
Kevin Lange 2013-05-22 22:19:25 -07:00
parent 80445dafcc
commit 5f03b05f46
3 changed files with 1 additions and 5 deletions

BIN
toaru-vga.tic Normal file

Binary file not shown.

View File

@ -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

View File

@ -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