summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-02 16:33:05 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-02 16:33:05 +0100
commit331e55d24b8b36ab6587f7c3fc3fda0cbad3ac54 (patch)
tree7d595670762ec215f61a2a6f89f50be5f9f751e5
parent8ae4a8ddf3a23ce631e21cca3c10ebc16e40156b (diff)
downloaddefinitions-331e55d24b8b36ab6587f7c3fc3fda0cbad3ac54.tar.gz
Fix build for Hoe Gems
-rw-r--r--strata/chef/hoe-master.morph4
-rw-r--r--strata/chef/plist-master.morph4
2 files changed, 4 insertions, 4 deletions
diff --git a/strata/chef/hoe-master.morph b/strata/chef/hoe-master.morph
index 8c8038c8..2ab4d6e3 100644
--- a/strata/chef/hoe-master.morph
+++ b/strata/chef/hoe-master.morph
@@ -8,10 +8,10 @@ products:
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
build-commands:
-- gem build hoe.gemspec
+- rake gem
install-commands:
- 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 --local ./hoe-master.gem
+ --ignore-dependencies --local pkg/hoe-3.12.0.gem
x-build-dependencies-rubygem: {}
x-runtime-dependencies-rubygem: {}
diff --git a/strata/chef/plist-master.morph b/strata/chef/plist-master.morph
index 11c8feb7..d978d950 100644
--- a/strata/chef/plist-master.morph
+++ b/strata/chef/plist-master.morph
@@ -8,10 +8,10 @@ products:
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
build-commands:
-- gem build plist.gemspec
+- rake gem
install-commands:
- 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 --local ./plist-master.gem
+ --ignore-dependencies --local ./pkg/plist-3.1.0.gem
x-build-dependencies-rubygem: {}
x-runtime-dependencies-rubygem: {}