Module: kamailio
Branch: master
Commit: feaafd3069607f6dee8068d0628baddf97a75b2c
URL:
https://github.com/kamailio/kamailio/commit/feaafd3069607f6dee8068d0628badd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-12-09T12:45:28+01:00
xhttp_pi: updated paths in Makefile for installing config
---
Modified: src/modules/xhttp_pi/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/feaafd3069607f6dee8068d0628badd…
Patch:
https://github.com/kamailio/kamailio/commit/feaafd3069607f6dee8068d0628badd…
---
diff --git a/src/modules/xhttp_pi/Makefile b/src/modules/xhttp_pi/Makefile
index a7c2e5b..8bfb1f8 100644
--- a/src/modules/xhttp_pi/Makefile
+++ b/src/modules/xhttp_pi/Makefile
@@ -30,7 +30,7 @@ include ../../Makefile.modules
install-cfg:
# provisionning xml framework samples
@mkdir -p $(data_prefix)/$(data_dir)/xhttp_pi
- @for FILE in $(wildcard ../../utils/kamctl/xhttp_pi/*) ; do \
+ @for FILE in $(wildcard ../../../utils/kamctl/xhttp_pi/*) ; do \
if [ -f $$FILE ] ; then \
$(INSTALL_TOUCH) $$FILE \
$(data_prefix)/$(data_dir)/xhttp_pi/`basename "$$FILE"` ; \
@@ -42,7 +42,7 @@ 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) ../../examples/pi_framework.xml \
+ @$(call try_err, $(INSTALL_CFG) ../../../misc/examples/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 \