fixed an issue where config on bunsen would fail due to vim compilation being in another directory

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-05-18 14:46:54 +02:00
parent 250dfff3d9
commit 20319f7bfd

View file

@ -6,6 +6,9 @@ sudo apt-get -y install aptitude meld whois zsh tmux atop aria2 curl pv gajim to
sudo systemctl enable tor
sudo systemctl start tor
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../"
# install vim from sources
git clone https://github.com/vim/vim.git
cd vim
@ -22,6 +25,4 @@ sudo make install
cd
rm -fr /tmp/vim
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../"
DIR="$DIR" $DIR/common/configure_fresh_system