mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Reorganize build script a little
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user