X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a0e83b4d1e265c26ea0768abd4ef4ced153f98ed;hb=158129233ebfb53031315689f0b533fea407df09;hp=0bd47041253159ee33c2977100081678c54d522e;hpb=233ef9c25931dd63e690b402dcbeb1df275e540d;p=freeside.git diff --git a/Makefile b/Makefile index 0bd470412..a0e83b4d1 100644 --- a/Makefile +++ b/Makefile @@ -199,6 +199,9 @@ perl-modules: s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ + s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ + " blib/lib/FS/cust_main/*.pm;\ + perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ s|%%%FREESIDE_LOCK%%%|${FREESIDE_LOCK}|g;\