diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 14:49:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 16:20:52 +0300 |
commit | 6207abf1b47415d0b378ea5004c655b51516e48f (patch) | |
tree | 4e78ac51bff47faad9f5fe89c261377a5e3982c6 /etc/buildfile | |
parent | 9660583066eed327dacc0838f9c7741f2c8bf50c (diff) |
Don't install etc/buildfile
Diffstat (limited to 'etc/buildfile')
-rw-r--r-- | etc/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/buildfile b/etc/buildfile index 0c3b57b..d30639a 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file -./: file{**} +./: file{** -buildfile} *: install = data/etc/ *: install.subdirs = true # Recreate subdirectories. |