diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 13:18:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 17:53:46 +0300 |
commit | 719a878ea705fad59e60fe15625aacaab2684a81 (patch) | |
tree | 1cdff9e006938ae767d7ad91ad2ab1aa26fbda82 /etc | |
parent | 6b6e71bf65cd0960d21acc800f3dc7fde0fa485e (diff) |
Align with latest bdep-new
Diffstat (limited to 'etc')
-rw-r--r-- | etc/buildfile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/buildfile b/etc/buildfile index 1dd8faf..8518b2b 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -4,5 +4,11 @@ ./: file{** -buildfile} -*: install = data/etc/ -*: install.subdirs = true # Recreate subdirectories. +# Install into the etc/ subdirectory of, say, /usr/share/ +# recreating subdirectories. +# +*: +{ + install = data/etc/ + install.subdirs = true +} |