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