From 4e6b9e554d2fe8d6eb65bde4fad312ae11a06f8a Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Wed, 16 May 2012 11:26:36 +0100 Subject: Use "bundle exec bundle install" (ugh) as a workaround for the fact that in deployment mode, the xapian-full gem gets recompiled every time --- script/rails-post-deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 4edabc9a7..b0c0acdc5 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -76,9 +76,9 @@ fi if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle install --without development:test --deployment + bundle exec bundle install --without development:test --deployment else - bundle install + bundle exec bundle install fi if [ -n "$OPTION_THEME_URL" ] -- cgit v1.2.3