summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorlukasz plachno <lukasz.plachno@assaabloy.com>2021-03-10 17:52:41 +0100
committerArmin Kuster <akuster808@gmail.com>2021-03-18 08:01:19 -0700
commitd4e7769be2f1e8950a7ddd3d38bcf5048100b1b5 (patch)
tree662187b1870ae47e4af2d8356cf967b82da6d621 /recipes-security
parentfffd85ac87079fedc9fae2c7e211461cd98855ba (diff)
downloadmeta-security-d4e7769be2f1e8950a7ddd3d38bcf5048100b1b5.tar.gz
fscryptctl: Fix installation path
- Without the patch fscryptctl is installed in /usr/bin/usr/local/bin instead of /usr/bin. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/fscryptctl/fscryptctl_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17do_install() { 17do_install() {
18 oe_runmake DESTDIR=${D}${bindir} install 18 oe_runmake DESTDIR=${D} PREFIX=/usr install
19} 19}
20 20
21RRECOMMENDS_${PN} += "\ 21RRECOMMENDS_${PN} += "\