diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
commit | ae9319f689d9c38c08cb697ea365506d47642873 (patch) | |
tree | 431cf1e61f1ce2be474b716131848e230ce49253 /etc/buildfile | |
parent | 993442fc249acf663d1d603aef4adf91b41d8f68 (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'etc/buildfile')
-rw-r--r-- | etc/buildfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/buildfile b/etc/buildfile index 4910076..4e5478c 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -5,5 +5,7 @@ ./: file{brep-module.conf brep-apache2.conf} \ systemd/file{brep-load.service brep-load.timer} -install = data/etc -systemd/: install = data/etc/systemd +install = data/etc/ +systemd/: install = data/etc/systemd/ + +#@@ BC install.subdirs
\ No newline at end of file |