Skip to content

Commit

Permalink
xhttp_pi: updated the path for installation of pi_framework.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 28, 2017
1 parent 5cf921b commit 9339850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/xhttp_pi/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 9339850

Please sign in to comment.