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