Ver Fonte

swupdate: use sysconfdir variable

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini há 8 anos atrás
pai
commit
2fe3d9e5ff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -21,7 +21,7 @@ PACKAGES =+ "${PN}-www"
 FILES_${PN}-www = "/www/*"
 FILES_${PN}-dev = "${includedir}"
 FILES_${PN}-staticdev = "${libdir}"
-FILES_${PN} = "${bindir}/* /etc"
+FILES_${PN} = "${bindir}/* ${sysconfdir}"
 
 S = "${WORKDIR}/git/"