From 62aa16922cd68ad023f4c645a8ba361ab546b41d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 1 Aug 2014 11:23:26 +0000 Subject: Update chef morphs for new build-mode: rubygem approach --- chef/ffi-1.9.3.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chef/ffi-1.9.3.morph') diff --git a/chef/ffi-1.9.3.morph b/chef/ffi-1.9.3.morph index f244a5b7..85bd9a57 100644 --- a/chef/ffi-1.9.3.morph +++ b/chef/ffi-1.9.3.morph @@ -4,12 +4,12 @@ kind: chunk description: Automatically generated by import-ruby. This is a prototype of a method for integrating RubyGems into Baserock. build-system: manual +gem-url: http://rubygems.org/downloads/ffi-1.9.3.gem products: - artifact: ffi-1.9.3-doc include: - usr/lib/ruby/gems/2.0.0/doc/.* install-commands: -- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc' - mkdir -p "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" - gem install --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" --bindir "$DESTDIR/$PREFIX/bin" - --ignore-dependencies ffi-1.9.3 + --ignore-dependencies --local ffi-1.9.3.gem -- cgit v1.2.1