diff options
-rw-r--r-- | gitlab-ce.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ce.morph b/gitlab-ce.morph new file mode 100644 index 00000000000..0e74b4dde5d --- /dev/null +++ b/gitlab-ce.morph @@ -0,0 +1,8 @@ +name: gitlab-ce +kind: chunk +configure-commands: +build-commands: +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" |