aboutsummaryrefslogtreecommitdiff
path: root/etc/buildfile
blob: f3157f2a908d45c18554b6f3eb11fb42adcf15d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# file      : etc/buildfile
# 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
}

# Keep the executable permission for the installed script files.
#
private/
{
  file{vm-start}@./                  \
  file{vm-start-base}@./             \
  file{vm-login}@./                  \
  file{vm-stop}@./: install.mode=755

  install/
  {
    file{brep-install}@./                      \
    file{brep-startup}@./                      \
    file{vm-gen-service}@./ : install.mode=755
  }
}