From f6be1d3d1304e0e17b28dd7d2e6bf40602f0bde1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 14 Sep 2013 20:10:55 +0200 Subject: [PATCH] Reorganize build script a little --- build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build b/build index 3a4b3ee..85f1844 100755 --- a/build +++ b/build @@ -50,10 +50,6 @@ copy_dir() { done } -rm -rf tmp -rm -rf $DIRS -mkdir -p tmp - PACKS=" arduino:sudar/vim-arduino-syntax bundler:tpope/vim-bundler @@ -100,6 +96,10 @@ PACKS=" xls:vim-scripts/XSLT-syntax " +rm -rf tmp +rm -rf $DIRS +mkdir -p tmp + printf "Downloading packs..." download "$PACKS" extract "$PACKS"