diff --git a/project.zsh b/project.zsh index dd9fb1f..f5e7474 100644 --- a/project.zsh +++ b/project.zsh @@ -34,7 +34,7 @@ done for file in templates/*.j2; do targets+=($file) type[$file]=script - install[$file]='$(SYSCONFDIR)/templates' + install[$file]='$(SHAREDIR)/templates' auto[$file]=true chmod[$file]=0644 done