summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-21 21:09:23 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-21 21:41:35 +0000
commit681f8b0042b5e6ee33a78299280b8ef33a5c6930 (patch)
tree40823983bf63770081e4dd2748a7ec9479cda0b6
parent06e3647c117da210ffd15a174624497830addd7b (diff)
downloadbundler-baserock/ps/trove_gitlab.tar.gz
-rw-r--r--bundler.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundler.morph b/bundler.morph
new file mode 100644
index 0000000000..08697d5eb8
--- /dev/null
+++ b/bundler.morph
@@ -0,0 +1,10 @@
+name: bundler
+kind: chunk
+configure-commands:
+build-commands:
+install-commands:
+- exit 1
+- mkdir -p $DESTDIR/usr/bin
+- mkdir -p $DESTDIR/usr/lib
+- cp bin/* $DESTDIR/usr/bin
+- cp -r lib/* $DESTDIR/usr/lib