mirror of
https://git.yoctoproject.org/meta-security
synced 2026-02-26 05:50:20 +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"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D}${bindir} install
|
||||
oe_runmake DESTDIR=${D} PREFIX=/usr install
|
||||
}
|
||||
|
||||
RRECOMMENDS_${PN} += "\
|
||||
|
||||
Reference in New Issue
Block a user