mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:00:09 +00:00
ipvsadm: fix usrmerge install path
Update SBIN to fix below error when usrmerge enabled in DISTRO_FEATURES. ERROR: QA Issue: ipvsadm-dbg package is not obeying usrmerge distro feature. /sbin should be relocated to /usr. [usrmerge] Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4dfe0fe8ed
commit
afb8112906
@ -34,6 +34,7 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
sed -i -e "s;SBIN\t\t= \$(BUILD_ROOT)/sbin;SBIN\t\t= \$(BUILD_ROOT)/$base_sbindir;" ${S}/Makefile
|
||||
oe_runmake 'BUILD_ROOT=${D}' install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user