diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index 8b7211654f2e..60562ed24e48 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -65,7 +65,7 @@ function dm_install_core() { local repo="$1" local to="$2" - for dir in css i js PEAR templates bin CRM api extern Reports install settings Civi partials ; do + for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials ; do [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir" done