blob: 4910076c0a432b3b132ed02b22c5dfa76e16c76e (
plain)
1
2
3
4
5
6
7
8
9
|
# file : etc/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: file{brep-module.conf brep-apache2.conf} \
systemd/file{brep-load.service brep-load.timer}
install = data/etc
systemd/: install = data/etc/systemd
|