From 719a878ea705fad59e60fe15625aacaab2684a81 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Mar 2019 13:18:11 +0300 Subject: Align with latest bdep-new --- etc/buildfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'etc') 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 +} -- cgit v1.1