deposit slips
[freeside.git] / Makefile
index 0af7fe5..7055c29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ RT_PATH = /opt/rt3
 
 #only used for dev kludge now, not a big deal
 FREESIDE_PATH = `pwd`
-PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.24.1/
+PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.28.1/
 
 VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
 TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`
@@ -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}