소스 검색

swupdate: use sysconfdir variable

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini 8 년 전
부모
커밋
5c4f18216c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}-www = "/www/*"
 FILES_${PN}-dev = "${includedir}"
 FILES_${PN}-dev = "${includedir}"
 FILES_${PN}-staticdev = "${libdir}"
 FILES_${PN}-staticdev = "${libdir}"
-FILES_${PN} = "${bindir}/* /etc"
+FILES_${PN} = "${bindir}/* ${sysconfdir}"
 
 
 S = "${WORKDIR}/git/"
 S = "${WORKDIR}/git/"