* [meta-virtualization] [PATCH] novnc: Correct permission error
@ 2021-06-07 9:16 zangrc
2021-06-11 3:30 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: zangrc @ 2021-06-07 9:16 UTC (permalink / raw)
To: meta-virtualization
The permission of novnc-server was set incorrectly when copying.
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization] [PATCH] novnc: Correct permission error
2021-06-07 9:16 [meta-virtualization] [PATCH] novnc: Correct permission error zangrc
@ 2021-06-11 3:30 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-06-11 3:30 UTC (permalink / raw)
To: zangrc; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [PATCH] novnc: Correct permission error
on 07/06/2021 zangrc wrote:
> The permission of novnc-server was set incorrectly when copying.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
> ---
> 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
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-11 3:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07 9:16 [meta-virtualization] [PATCH] novnc: Correct permission error zangrc
2021-06-11 3:30 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.