All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] fscryptctl: Fix installation path
@ 2021-03-10 16:52 lukasz.plachno
  2021-03-18 15:31 ` [yocto] " akuster
  0 siblings, 1 reply; 2+ messages in thread
From: lukasz.plachno @ 2021-03-10 16:52 UTC (permalink / raw)
  To: yocto; +Cc: Łukasz Płachno

 - Without the patch fscryptctl is installed in
   /usr/bin/usr/local/bin instead of /usr/bin.
---
 recipes-security/fscryptctl/fscryptctl_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
index 440b4e3..df76a3d 100644
--- a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
+++ b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/google/fscryptctl.git"
 S = "${WORKDIR}/git"
 
 do_install() {
-    oe_runmake DESTDIR=${D}${bindir} install
+    oe_runmake DESTDIR=${D} PREFIX=/usr install
 }
 
 RRECOMMENDS_${PN} += "\
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-security][PATCH] fscryptctl: Fix installation path
  2021-03-10 16:52 [meta-security][PATCH] fscryptctl: Fix installation path lukasz.plachno
@ 2021-03-18 15:31 ` akuster
  0 siblings, 0 replies; 2+ messages in thread
From: akuster @ 2021-03-18 15:31 UTC (permalink / raw)
  To: lukasz.plachno, yocto

merged.

thanks

On 3/10/21 8:52 AM, Łukasz Płachno via lists.yoctoproject.org wrote:
>  - Without the patch fscryptctl is installed in
>    /usr/bin/usr/local/bin instead of /usr/bin.
> ---
>  recipes-security/fscryptctl/fscryptctl_1.0.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
> index 440b4e3..df76a3d 100644
> --- a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
> +++ b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
> @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/google/fscryptctl.git"
>  S = "${WORKDIR}/git"
>  
>  do_install() {
> -    oe_runmake DESTDIR=${D}${bindir} install
> +    oe_runmake DESTDIR=${D} PREFIX=/usr install
>  }
>  
>  RRECOMMENDS_${PN} += "\
>
> 
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-18 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 16:52 [meta-security][PATCH] fscryptctl: Fix installation path lukasz.plachno
2021-03-18 15:31 ` [yocto] " akuster

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.