From 7575da2064c81f4d44cd5a10cc419e8fb97a2dba Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 11 Sep 2016 13:42:21 +0200 Subject: Update --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index e428fc74..a63a0f52 100755 --- a/build +++ b/build @@ -7,6 +7,7 @@ DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftde DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after" DIRS_SYNTAX="syntax ftdetect after/syntax after/ftdetect" DIRS_JAVASCRIPT="${DIRS} extras" +DIRS_RM="$DIRS_JAVASCRIPT" OUTPUT="" @@ -195,7 +196,7 @@ PACKS=" " rm -rf tmp -rm -rf $DIRS_ALL +rm -rf $DIRS_RM mkdir tmp printf "Downloading packs..." -- cgit v1.2.3