Reorganize build script a little

This commit is contained in:
Adam Stankiewicz 2013-09-14 20:10:55 +02:00
parent 77f091c8c7
commit f6be1d3d13

8
build
View File

@ -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"