From 08d832bd1b105c6ac307ab546f7b1048aa8b325b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Jan 2012 11:43:55 -0200 Subject: Adding makefiles for themes --- templates/drupal.sh.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/drupal.sh.erb') 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 -- cgit v1.2.3