blob: 847e044f71d15e102d2c5579bb2b5d6d8cc1af48 (
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/
install.subdirs = true # Recreate subdirectories.
|