Install vim to /bin/vim not /bin/vim.xxx

This commit is contained in:
Kevin Lange 2013-04-13 00:10:29 -07:00
parent 0f3f85a981
commit 84938d1258

View File

@ -122,6 +122,6 @@ pushd build
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/bin/vim.xxx
cp src/vim $DIR/../hdd/bin/vim
popd
popd