kill vim from core install, add new toaru-vga.tic
This commit is contained in:
parent
80445dafcc
commit
5f03b05f46
BIN
toaru-vga.tic
Normal file
BIN
toaru-vga.tic
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user