Dev build script update

Fix some minor bugs that broke the build process.

Change-Id: Ie29296fbc65d7ef5e74a8832474d42b32ef8bccd
This commit is contained in:
Marton Kiss 2014-02-04 14:51:44 +01:00
parent 86a75eec58
commit 3dbea6ada1
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ TARGET_DIR=publish
drush make drupal-org-core.make $TARGET_DIR
mkdir -p $TARGET_DIR/profiles/groups
rsync -av --exclude='$TARGET_DIR' . $TARGET_DIR/profiles/groups/
rsync -av --exclude=$TARGET_DIR . $TARGET_DIR/profiles/groups/
drush make --no-core --no-cache --contrib-destination=profiles/groups drupal-org.make $TARGET_DIR.contrib
rsync -av $TARGET_DIR.contrib/* $TARGET_DIR/profiles/groups/
rm -rf $TARGET_DIR.contrib
rsync -av $TARGET_DIR.contrib/* $TARGET_DIR/
rm -rf $TARGET_DIR.contrib