Author: sayer
Date: 2008-07-15 20:21:52 +0200 (Tue, 15 Jul 2008)
New Revision: 1043

Modified:
   trunk/apps/dsm/etc/dsm.conf
   trunk/core/plug-in/Makefile.app_module
Log:
install path substitution...

Modified: trunk/apps/dsm/etc/dsm.conf
===================================================================
--- trunk/apps/dsm/etc/dsm.conf 2008-07-15 18:09:13 UTC (rev 1042)
+++ trunk/apps/dsm/etc/dsm.conf 2008-07-15 18:21:52 UTC (rev 1043)
@@ -1,14 +1,14 @@
 
 # diagrams (DSM descriptions)
-diag_path=/usr/local/lib/sems/dsm
+diag_path=/usr/local/lib/sems/dsm/
 load_diags=inbound_call,outbound_call
 
 # for import(mod_name)
-mod_path=/usr/local/lib/sems/dsm
+mod_path=/usr/local/lib/sems/dsm/
 
 # DSM to start for in/outbound call
 inbound_start_diag=inbound_call
 outbound_start_diag=outbound_call
 
 # prompts files (for prompt collection
-load_prompts=/etc/sems/etc/dsm_in_prompts.conf,/etc/sems/etc/dsm_out_prompts.conf
+load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc/dsm_out_prompts.conf

Modified: trunk/core/plug-in/Makefile.app_module
===================================================================
--- trunk/core/plug-in/Makefile.app_module      2008-07-15 18:09:13 UTC (rev 
1042)
+++ trunk/core/plug-in/Makefile.app_module      2008-07-15 18:21:52 UTC (rev 
1043)
@@ -60,6 +60,7 @@
                        sed -e "s#/usr/.*lib/sems/audio/#$(audio-target)#g" \
                        -e "s#/usr/.*lib/sems/plug-in/#$(modules-target)#g" \
                        -e "s#/usr/.*lib/sems/ivr/#$(lib-target)ivr/#g" \
+                       -e "s#/usr/.*lib/sems/dsm/#$(lib-target)dsm/#g" \
                        -e "s#/usr/.*lib/sems/py_sems/#$(lib-target)py_sems/#g" 
\
                        -e "s#/usr/.*etc/sems#$(cfg-target)#g" \
                        < $$r > $(DESTDIR)$(cfg-target)$$r; \

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to