1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-03 16:44:38 +00:00
Files
MyLFS-big_bash_script/phase4/vim.sh

20 lines
292 B
Bash

# Vim Phase 4
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
chown -R tester .
su tester -c "LANG=en_US.UTF-8 make -j1 test"
set -e
fi
make install
ln -sv ../vim/vim82/doc /usr/share/doc/vim-8.2.4383