Sfoglia il codice sorgente

Fix install path for web-app

Path was changed from V2 to v2 in SWUpdate's repo.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 7 anni fa
parent
commit
9351cb3371
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      recipes-support/swupdate/swupdate.inc

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

@@ -115,7 +115,7 @@ do_install () {
 
   install -m 0755 -d ${D}/www
   if [ x${SWUPDATE_WWW} == "xwebapp" ];then
-	cp -R --no-dereference --preserve=mode,links -v ${S}examples/www/V2/* ${D}/www
+	cp -R --no-dereference --preserve=mode,links -v ${S}examples/www/v2/* ${D}/www
   else
 	install -m 0755 ${S}www/* ${D}/www
   fi