summaryrefslogtreecommitdiff
path: root/lorry-controller.morph
blob: a16f9d98a02c1b363c148b8c217fec66dde4ed82 (plain)
1
2
3
4
5
6
7
8
9
10
build-system: python-distutils
kind: chunk
name: lorry-controller
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/."