blob: 0c3b57b402d4539028febed591ef38da9d952586 (
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{**}
*: install = data/etc/
*: install.subdirs = true # Recreate subdirectories.
|