All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zangrc <zangrc.fnst@fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] novnc: Correct permission error
Date: Thu, 10 Jun 2021 23:30:32 -0400	[thread overview]
Message-ID: <20210611033029.GA4918@gmail.com> (raw)
In-Reply-To: <1623057402-21919-1-git-send-email-zangrc.fnst@fujitsu.com>

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
> 

> 
> 
> 


      reply	other threads:[~2021-06-11  3:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  9:16 [meta-virtualization] [PATCH] novnc: Correct permission error zangrc
2021-06-11  3:30 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210611033029.GA4918@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=zangrc.fnst@fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.