summaryrefslogtreecommitdiff
path: root/strata/trove/lorry-controller.morph
blob: a566fd48fbfccd5a1185f54654674f1be7274539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: lorry-controller
kind: chunk
description: ''
max-jobs: null
products: []
build-system: python-distutils
pre-configure-commands: []
configure-commands: []
post-configure-commands: []
pre-build-commands: []
build-commands: []
post-build-commands: []
pre-install-commands: []
install-commands: []
post-install-commands:
- install -d 0755 "$DESTDIR/etc/lighttpd"
- install -m 0644 -D etc/lighttpd/*.conf "$DESTDIR/etc/lighttpd/."
- |
  TGT="$DESTDIR/usr/lib/systemd/system"
  install -d "$TGT/multi-user.target.wants"
  install -m 0644 units/*.service units/*.timer "$TGT/."
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []