Module: kamailio
Branch: master
Commit: 9339850b0c6ad13b796afe37f84db81d00aa3861
URL:
https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-09-28T12:32:22+02:00
xhttp_pi: updated the path for installation of pi_framework.xml
---
Modified: src/modules/xhttp_pi/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81…
Patch:
https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81…
---
diff --git a/src/modules/xhttp_pi/Makefile b/src/modules/xhttp_pi/Makefile
index 8bfb1f8543..6e4b23b63c 100644
--- a/src/modules/xhttp_pi/Makefile
+++ b/src/modules/xhttp_pi/Makefile
@@ -42,7 +42,8 @@ install-cfg:
@$(call try_err, mkdir -p $(cfg_prefix)/$(cfg_dir))
@$(call try_err, $(INSTALL_TOUCH) \
$(cfg_prefix)/$(cfg_dir)/pi_framework.xml.sample)
- @$(call try_err, $(INSTALL_CFG) ../../../misc/examples/pi_framework.xml \
+ @$(call try_err, $(INSTALL_CFG) \
+ ../../../misc/examples/pi_framework/pi_framework.xml \
$(cfg_prefix)/$(cfg_dir)/pi_framework.xml.sample)
@if [ -z "${skip_cfg_install}" -a \
! -f $(cfg_prefix)/$(cfg_dir)/pi_framework.xml ]; then \