diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2026-03-03 18:14:42 +0100 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-03-04 12:12:59 +0200 |
| commit | e47afa9ea40319effbf52af6451d82ebb3adced3 (patch) | |
| tree | f2870bc2fcb6993dd255bd85ef262fef82380098 | |
| parent | 5d6f6b3a042cf2b49c942ea492f221145e66a78b (diff) | |
| download | meta-security-e47afa9ea40319effbf52af6451d82ebb3adced3.tar.gz | |
fscryptctl: Use ${prefix} rather than /usr
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
| -rw-r--r-- | recipes-security/fscryptctl/fscryptctl_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb index edd6943..81cc1ea 100644 --- a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb +++ b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb | |||
| @@ -18,7 +18,7 @@ do_compile:prepend() { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_install() { | 20 | do_install() { |
| 21 | oe_runmake DESTDIR=${D} PREFIX=/usr install | 21 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | RRECOMMENDS:${PN} += "\ | 24 | RRECOMMENDS:${PN} += "\ |
