From a52b2cf6fcccc2d5068ce4a254e78abc0146bec2 Mon Sep 17 00:00:00 2001 From: mathieucarbou Date: Wed, 20 May 2015 12:45:29 -0400 Subject: [PATCH] fixed compass install in buildpack --- lib/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/build.sh b/lib/build.sh index 8e577a387..378689411 100644 --- a/lib/build.sh +++ b/lib/build.sh @@ -176,6 +176,7 @@ install_compass() { info "Installing Compass..." export GEM_HOME=$build_dir/.gem/ruby/1.9.1 PATH="$GEM_HOME/bin:$PATH" + export PATH if test -d $cache_dir/ruby/.gem; then info "Restoring ruby gems directory from cache..." cp -r $cache_dir/ruby/.gem $build_dir