mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
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:
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} += "\
|
||||||
|
|||||||
Reference in New Issue
Block a user