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