diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-15 22:08:32 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-22 19:39:11 +0000 |
commit | 0b4106d57223c666d9360339fd3790174aa43800 (patch) | |
tree | ea2321712ad9259653e9f5f665135b7cf1f274e5 /gitlab-shell.morph | |
parent | 4038ef2e236a193e259ccc8421e6362f56a0c7e2 (diff) | |
download | gitlab-shell-baserock/morph.tar.gz |
add morph filebaserock/morph
Diffstat (limited to 'gitlab-shell.morph')
-rw-r--r-- | gitlab-shell.morph | 8 |
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" |