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