diff --git a/build/wrappers.sh b/build/wrappers.sh index 0849113..c6ecba2 100755 --- a/build/wrappers.sh +++ b/build/wrappers.sh @@ -6,7 +6,7 @@ fi version=$1 cd wrappers for wrapper in *; do - target_dir="mustache-${wrapper}-${version}" + target_dir="mustache-${wrapper}" mkdir -p $target_dir target=$target_dir/${wrapper}.mustache.js touch $target