From 3dbea6ada1eed1bd5896d025a14654cc63e8b7f1 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Tue, 4 Feb 2014 14:51:44 +0100 Subject: [PATCH] Dev build script update Fix some minor bugs that broke the build process. Change-Id: Ie29296fbc65d7ef5e74a8832474d42b32ef8bccd --- scripts/dev-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dev-build.sh b/scripts/dev-build.sh index 9ec7cc0..31d6662 100755 --- a/scripts/dev-build.sh +++ b/scripts/dev-build.sh @@ -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 \ No newline at end of file +rsync -av $TARGET_DIR.contrib/* $TARGET_DIR/ +rm -rf $TARGET_DIR.contrib