Skip to content

Commit

Permalink
CRM-16299 - distmaker - Include "ang" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Apr 15, 2015
1 parent 47796f5 commit 6468862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distmaker/dists/common.sh
Expand Up @@ -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

Expand Down

0 comments on commit 6468862

Please sign in to comment.