aboutsummaryrefslogtreecommitdiff
path: root/etc/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/buildfile')
-rw-r--r--etc/buildfile10
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
+}