Explorar o código

xhttp_pi: updated the path for installation of pi_framework.xml

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
9339850b0c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/modules/xhttp_pi/Makefile

+ 2 - 1
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 \