diff options
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 +} |