compile vim only after all other configs done
This commit is contained in:
parent
b172bcdce5
commit
2c9fe9ee3b
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ fi
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../"
|
DIR="$DIR/../"
|
||||||
|
DIR="$DIR" $DIR/common/configure_fresh_system
|
||||||
|
|
||||||
# install vim from sources
|
# install vim from sources
|
||||||
VIM_BUILD_DIR=/tmp
|
VIM_BUILD_DIR=/tmp
|
||||||
|
@ -41,4 +42,3 @@ sudo make install
|
||||||
cd
|
cd
|
||||||
rm -fvr "$VIM_BUILD_DIR/vim"
|
rm -fvr "$VIM_BUILD_DIR/vim"
|
||||||
|
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
|
||||||
|
|
Loading…
Reference in a new issue