mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +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>
This commit is contained in:
@@ -26,5 +26,5 @@ do_compile () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake install INSTALLDIR=${D}
|
oe_runmake install SBINDIR=${base_sbindir} INSTALLDIR=${D}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user