diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-10-03 09:36:51 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-10-03 09:36:51 -0700 |
commit | 929783d1045757abbe5c84ff2439547b0f8eca23 (patch) | |
tree | 21b0a2c17ce809115712042b61f47c97b3b8ef0a /Makefile | |
parent | 9270a9fe7ea00f5a24a9ce3b927f932db6650b23 (diff) | |
parent | 90430c5c67581b41b3c4ad48f70b9e443092977b (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ perl-modules: " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ - " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm;\ + " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm blib/lib/FS/contact/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ " blib/lib/FS/Daemon/*.pm;\ |