summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-25 09:12:31 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-25 09:12:31 +0000
commita53f12c1c97658f4765da8eb034ab8abcbd95e4c (patch)
treeaff3f4c4bfab4360ef540a7a3c0cf8ee47ffb115
parenta711c84891b2dca90e51fed0bdee91e6cb3d1398 (diff)
downloaddefinitions-a53f12c1c97658f4765da8eb034ab8abcbd95e4c.tar.gz
Morph build 4e0cdef934e146e1aa7d43cf22390ce5
System branch: master
-rw-r--r--build-system-x86_64.sysroot/usr/lib/ruby/gems/2.0.0/gems/bundler-1.6.2/bundler.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/build-system-x86_64.sysroot/usr/lib/ruby/gems/2.0.0/gems/bundler-1.6.2/bundler.morph b/build-system-x86_64.sysroot/usr/lib/ruby/gems/2.0.0/gems/bundler-1.6.2/bundler.morph
new file mode 100644
index 00000000..643ef119
--- /dev/null
+++ b/build-system-x86_64.sysroot/usr/lib/ruby/gems/2.0.0/gems/bundler-1.6.2/bundler.morph
@@ -0,0 +1,6 @@
+name: bundler
+kind: chunk
+build-commands:
+- rake build
+install-commands:
+- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"