aboutsummaryrefslogtreecommitdiff
path: root/etc/buildfile
blob: 8518b2b5dfc4af071ac1d7bda6a2cf3c4e13deea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : etc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

./: file{** -buildfile}

# Install into the etc/ subdirectory of, say, /usr/share/
# recreating subdirectories.
#
*:
{
  install         = data/etc/
  install.subdirs = true
}