summaryrefslogtreecommitdiff
path: root/strata/gitlab/gitlab-shell.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gitlab/gitlab-shell.def')
-rw-r--r--strata/gitlab/gitlab-shell.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/gitlab/gitlab-shell.def b/strata/gitlab/gitlab-shell.def
new file mode 100644
index 00000000..a8bf17c5
--- /dev/null
+++ b/strata/gitlab/gitlab-shell.def
@@ -0,0 +1,5 @@
+name: gitlab-shell
+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"