summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 17:17:28 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 17:17:28 +0200
commit0e0b22c7f1d5041c5fa29652643a6d1351fe9825 (patch)
treec24fdd350e92601f19cca013dff0ec535b5e4a7b /Makefile
parentf7f186fadc4fc25f676e8810910468b0b9dab346 (diff)
Use v1.2-8 for R plugin and vimcom if necessary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e50eff8..640535e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,8 @@ install:
./install
vimcom:
- git clone --depth=1 https://github.com/jalvesaq/VimCom
+ if [ ! -e VimCom ]; then git clone https://github.com/jalvesaq/VimCom; fi
+ cd VimCom;\
+ git checkout v1.2-8;\
+ cd ..
R CMD INSTALL VimCom

Contact - Imprint