summaryrefslogtreecommitdiff
path: root/strata/trove/lorry-controller.def
blob: a059a5eb4a7d7f5b9a7e6f36a0a38dee7584e448 (plain)
1
2
3
4
5
6
7
8
9
name: lorry-controller
build-system: python-distutils
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/."