Templates are Makefile-installed.
parent
75d5fd7874
commit
0c3a61f58d
|
@ -29,6 +29,13 @@ for file in services/*.spec; do
|
|||
auto[$file]=true
|
||||
done
|
||||
|
||||
for file in templates/*.j2; do
|
||||
targets+=($file)
|
||||
type[$file]=script
|
||||
install[$file]='$(SYSCONFDIR)/templates'
|
||||
auto[$file]=true
|
||||
done
|
||||
|
||||
# FIXME: This should be upstreamed.
|
||||
function script.install {
|
||||
if [[ "false" = "${install[$target]}" ]]; then
|
||||
|
|
Loading…
Reference in New Issue