From 0b4106d57223c666d9360339fd3790174aa43800 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Thu, 15 May 2014 22:08:32 +0000 Subject: add morph file --- gitlab-shell.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gitlab-shell.morph 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" -- cgit v1.2.1