mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:38:48 +00:00
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>
This commit is contained in:
parent
33e7b96088
commit
6ac64c0376
@ -26,5 +26,5 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install INSTALLDIR=${D}
|
||||
oe_runmake install SBINDIR=${base_sbindir} INSTALLDIR=${D}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user