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>
This commit is contained in:
lukasz plachno
2021-03-10 17:52:41 +01:00
committed by Armin Kuster
parent fffd85ac87
commit d4e7769be2
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/google/fscryptctl.git"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
do_install() { do_install() {
oe_runmake DESTDIR=${D}${bindir} install oe_runmake DESTDIR=${D} PREFIX=/usr install
} }
RRECOMMENDS_${PN} += "\ RRECOMMENDS_${PN} += "\