summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjeff <jeff>2010-02-08 15:32:38 +0000
committerjeff <jeff>2010-02-08 15:32:38 +0000
commit5485c9b2bb9450f658c8d688e79af9e4cb3cd3ab (patch)
tree4119b166080b0b17238ace73e4c06453603dc43d /Makefile
parent7f9b83d3bdaab8581479ae98b46909130a89f2af (diff)
grandstream device configuration support #4220
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 34e3fdd1e..cfde93341 100644
--- a/Makefile
+++ b/Makefile
@@ -203,6 +203,7 @@ perl-modules:
s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\
" blib/lib/FS/Cron/*.pm;\
perl -p -i -e "\
+ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\
s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\
s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\
" blib/lib/FS/part_export/*.pm;\