X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=7055c292b1b05a9883fc7957fda0c81d72b8e894;hp=0af7fe53f78cb4d1a2a0d955eb2ca9c9c1088a6a;hb=103dfde149eec5034696d073253255f508a1be78;hpb=8de3f28d4c12d5348ecebc1bd46a2b810e1e30ed diff --git a/Makefile b/Makefile index 0af7fe53f..7055c292b 100644 --- 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}