The permission of novnc-server was set incorrectly when copying.

Signed-off-by: Zang Ruochen <[email protected]>
---
 meta-openstack/recipes-extended/novnc/novnc_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-extended/novnc/novnc_git.bb 
b/meta-openstack/recipes-extended/novnc/novnc_git.bb
index 53a7056..9032a62 100644
--- a/meta-openstack/recipes-extended/novnc/novnc_git.bb
+++ b/meta-openstack/recipes-extended/novnc/novnc_git.bb
@@ -23,11 +23,11 @@ do_install() {
     install -m 755 -d ${D}${datadir}/novnc
    
     cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/novnc
-    
+ 
     install -m 444 ${S}/vnc.html ${D}${datadir}/novnc/index.html
     install -m 444 ${S}/vnc_lite.html ${D}${datadir}/novnc/vnc_auto.html
 
     install -m 755 -d ${D}${bindir}
-    install -m 644 ${S}/utils/launch.sh ${D}${bindir}/novnc_server
+    install ${S}/utils/launch.sh ${D}${bindir}/novnc_server
 }
 
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6548): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6548
Mute This Topic: https://lists.yoctoproject.org/mt/83365936/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to