Skip to content

Commit

Permalink
fixed compass install in buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 20, 2015
1 parent b3caaf5 commit a52b2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a52b2cf

Please sign in to comment.