summaryrefslogtreecommitdiff
path: root/strata/gitlab/gitlab-ce.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gitlab/gitlab-ce.morph')
-rw-r--r--strata/gitlab/gitlab-ce.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/gitlab/gitlab-ce.morph b/strata/gitlab/gitlab-ce.morph
new file mode 100644
index 00000000..571881f8
--- /dev/null
+++ b/strata/gitlab/gitlab-ce.morph
@@ -0,0 +1,6 @@
+name: gitlab-ce
+kind: chunk
+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"