summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-05-27 13:39:47 -0700
committerIvan Kohler <ivan@freeside.biz>2020-05-27 13:39:47 -0700
commitfc263806f5e475559a0c4cfdb70a5f1cefe0ffa3 (patch)
treec0887bc08d9836175fd4a915d3b20bb7ce458bb6 /Makefile
parentae09d41481da0937765821af91537b8e728169e4 (diff)
deposit slips
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 802632e..7055c29 100644
--- a/Makefile
+++ b/Makefile
@@ -264,6 +264,7 @@ install-texmf:
install -D -o freeside -m 444 etc/*.sty \
/usr/local/share/texmf/tex/latex/
texhash /usr/local/share/texmf
+ install -D -o root -m 444 etc/GnuMICR.otf /usr/local/etc/freeside
install-init:
#[ -e ${INIT_FILE} ] || install -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE}