Module: kamailio Branch: master Commit: 9339850b0c6ad13b796afe37f84db81d00aa3861 URL: https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81d00aa3861
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/9339850b0c6ad13b796afe37f84db81d00aa3861.diff Patch: https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81d00aa3861.patch --- 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 \ _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
