summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-15 22:05:45 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-22 19:43:18 +0000
commitcdec1324173c2331153b671ef6ebab749bca9cd4 (patch)
tree22ae64b91706ac116a428c14e554d26be40990af
parentf0a32c69494a1d4dda4c5ec8a7f3b94bc7ceed65 (diff)
downloadgitlab-ce-baserock/morph.tar.gz
add morph filebaserock/morph
-rw-r--r--gitlab-ce.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ce.morph b/gitlab-ce.morph
new file mode 100644
index 00000000000..0e74b4dde5d
--- /dev/null
+++ b/gitlab-ce.morph
@@ -0,0 +1,8 @@
+name: gitlab-ce
+kind: chunk
+configure-commands:
+build-commands:
+install-commands:
+- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-ce"
+- cp -R * "$DESTDIR/$PREFIX/share/gitlab-ce"
+- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-ce"