diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2016-06-23 19:29:14 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2016-06-24 08:11:32 +0000 |
commit | ee48478110a66eae138e8e04db3b22ad34f66661 (patch) | |
tree | c93f55a8f73d09ac8d2992fac03d2c45f0910949 /strata/chef/ohai-7.4.0.dev.morph | |
parent | 4c3e90b45d32ac2200a6f2db2120ecc4faa4f580 (diff) | |
download | definitions-ee48478110a66eae138e8e04db3b22ad34f66661.tar.gz |
Fix names in chef stratum morphs
Change-Id: Idbe22178cb41a843b7ece73890a21d356321d287
Diffstat (limited to 'strata/chef/ohai-7.4.0.dev.morph')
-rw-r--r-- | strata/chef/ohai-7.4.0.dev.morph | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/chef/ohai-7.4.0.dev.morph b/strata/chef/ohai-7.4.0.dev.morph new file mode 100644 index 00000000..f47dda35 --- /dev/null +++ b/strata/chef/ohai-7.4.0.dev.morph @@ -0,0 +1,13 @@ +name: ohai-7.4.0.dev +kind: chunk +description: Automatically generated by rubygems.to_chunk +products: +- artifact: ohai-7.4.0.dev-doc + include: + - usr/lib/ruby/gems/\d[\w.]*/doc/.* +build-commands: +- gem build ohai.gemspec +install-commands: +- mkdir -p "$DESTDIR/$(gem environment home)" +- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local ./ohai-7.4.0.dev.gem |