All of lore.kernel.org
 help / color / mirror / Atom feed
From: lukasz.plachno@assaabloy.com
To: <yocto@lists.yoctoproject.org>
Cc: "Łukasz Płachno" <lukasz.plachno@assaabloy.com>
Subject: [meta-security][PATCH] fscryptctl: Fix installation path
Date: Wed, 10 Mar 2021 17:52:41 +0100	[thread overview]
Message-ID: <20210310165241.23796-1-lukasz.plachno@assaabloy.com> (raw)

 - 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


             reply	other threads:[~2021-03-10 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 16:52 lukasz.plachno [this message]
2021-03-18 15:31 ` [yocto] [meta-security][PATCH] fscryptctl: Fix installation path akuster

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=20210310165241.23796-1-lukasz.plachno@assaabloy.com \
    --to=lukasz.plachno@assaabloy.com \
    --cc=yocto@lists.yoctoproject.org \
    /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.