diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 09:08:32 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-03 06:49:07 -0700 |
| commit | 6ac64c0376430ae9013b95c528a3b95034b5c683 (patch) | |
| tree | 0b23ea0c28704be5b4d3ed74245aca2f8ea5b40b | |
| parent | 33e7b9608820962b0a8245b307b26843f1666865 (diff) | |
| download | meta-openembedded-6ac64c0376430ae9013b95c528a3b95034b5c683.tar.gz | |
tomoyo-tools: Define SBINDIR
default SBINDIR is hardcoded to /sbin which does not work when using
usrmerge
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8c7ffffa07d3c5bb8156a90f4f37dc0cc3166153)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb index a1c4cc9eb9..d9f09d1744 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
| @@ -26,5 +26,5 @@ do_compile () { | |||
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | do_install() { | 28 | do_install() { |
| 29 | oe_runmake install INSTALLDIR=${D} | 29 | oe_runmake install SBINDIR=${base_sbindir} INSTALLDIR=${D} |
| 30 | } | 30 | } |
