diff options
author | ivan <ivan> | 2010-08-09 01:03:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-09 01:03:49 +0000 |
commit | b1d445f94514a29e5d4753839798b0291d89aee3 (patch) | |
tree | 1d3c6352cd80409a425bae59be561c57feb14a65 /Makefile | |
parent | 96bcb3256650a35d57c2ac487e990b78a2f88a74 (diff) |
package web import from CSV/XLS, RT#9529
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,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_main/*.pm blib/lib/FS/cust_pkg/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ |