summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2010-08-09 01:03:49 +0000
committerivan <ivan>2010-08-09 01:03:49 +0000
commitb1d445f94514a29e5d4753839798b0291d89aee3 (patch)
tree1d3c6352cd80409a425bae59be561c57feb14a65 /Makefile
parent96bcb3256650a35d57c2ac487e990b78a2f88a74 (diff)
package web import from CSV/XLS, RT#9529
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf3f3d7a1..110cfa0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -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;\