blob: 5ad60f40145c934e278abb5167cbb3e270ad6932 (
plain)
1
2
3
4
5
6
7
8
|
# file : etc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
./: file{** -buildfile}
*: install = data/etc/
*: install.subdirs = true # Recreate subdirectories.
|