From efc31bac79f2652b6575e4868773c5efe344d014 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Thu, 24 Oct 2019 12:52:50 +0200 Subject: [PATCH] Templates installed in sharedir. --- project.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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