aboutsummaryrefslogtreecommitdiff
path: root/templates/drupal.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/drupal.sh.erb')
-rw-r--r--templates/drupal.sh.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 77bc472..d95844d 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -211,6 +211,7 @@ function drupal_make {
series="$1"
base="$BASE/drupal-$series"
makefile="/usr/local/share/drupal/drupal$series.make"
+ makefile_themes="/usr/local/share/drupal/themes$series.make"
if [ -e "$makefile" ]; then
if [ ! -e "$base" ]; then
@@ -219,6 +220,7 @@ function drupal_make {
fi
drush dl drush_make
( cd $base && drush make -y --no-core $makefile )
+ ( cd $base && drush make -y --no-core $makefile_themes )
else
echo "Makefile not found: $makefile"
exit 1