Reorganize build script a little
This commit is contained in:
parent
77f091c8c7
commit
f6be1d3d13
8
build
8
build
@ -50,10 +50,6 @@ copy_dir() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
rm -rf tmp
|
|
||||||
rm -rf $DIRS
|
|
||||||
mkdir -p tmp
|
|
||||||
|
|
||||||
PACKS="
|
PACKS="
|
||||||
arduino:sudar/vim-arduino-syntax
|
arduino:sudar/vim-arduino-syntax
|
||||||
bundler:tpope/vim-bundler
|
bundler:tpope/vim-bundler
|
||||||
@ -100,6 +96,10 @@ PACKS="
|
|||||||
xls:vim-scripts/XSLT-syntax
|
xls:vim-scripts/XSLT-syntax
|
||||||
"
|
"
|
||||||
|
|
||||||
|
rm -rf tmp
|
||||||
|
rm -rf $DIRS
|
||||||
|
mkdir -p tmp
|
||||||
|
|
||||||
printf "Downloading packs..."
|
printf "Downloading packs..."
|
||||||
download "$PACKS"
|
download "$PACKS"
|
||||||
extract "$PACKS"
|
extract "$PACKS"
|
||||||
|
Loading…
Reference in New Issue
Block a user