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