diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:21:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:21:49 +0200 |
commit | 9b8cc04f6bb4064d5f8f46e7812603759372531f (patch) | |
tree | a19bbf6468a535f5bab2e8f039247628e4e449a0 /etc/buildfile | |
parent | 4bf32fa136d021876827a56d92e0695774107ef7 (diff) |
Fix some build system issues
Diffstat (limited to 'etc/buildfile')
-rw-r--r-- | etc/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/buildfile b/etc/buildfile index 847e044..5359d99 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -5,5 +5,5 @@ ./: file{brep-module.conf brep-apache2.conf} \ systemd/file{brep-load.service brep-load.timer} -install = data/etc/ -install.subdirs = true # Recreate subdirectories. +*: install = data/etc/ +*: install.subdirs = true # Recreate subdirectories. |