projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47796f5
)
CRM-16299 - distmaker - Include "ang" folder
author
Tim Otten
<totten@civicrm.org>
Wed, 15 Apr 2015 23:06:14 +0000
(16:06 -0700)
committer
Tim Otten
<totten@civicrm.org>
Wed, 15 Apr 2015 23:06:14 +0000
(16:06 -0700)
distmaker/dists/common.sh
patch
|
blob
|
blame
|
history
diff --git
a/distmaker/dists/common.sh
b/distmaker/dists/common.sh
index 8b7211654f2e12761fbabaeef8feacac456e4b4c..60562ed24e4888380c239ad5586ed41b61195df8 100644
(file)
--- 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