summaryrefslogtreecommitdiff
path: root/strata/gitlab/gitlab-shell.morph
blob: 601cdbe8da922c1bec76efc77dfa03a3011c74fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: gitlab-shell
kind: chunk
description: ''
max-jobs: null
products: []
build-system: manual
pre-configure-commands: []
configure-commands: null
post-configure-commands: []
pre-build-commands: []
build-commands: null
post-build-commands: []
pre-install-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"
post-install-commands: []
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []