mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
vlan: install vconfig into /sbin same as Ubuntu and Fedora.
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
2333313d50
commit
ff9e0b95aa
@@ -21,6 +21,6 @@ do_compile () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}/${exec_prefix}/bin
|
install -d ${D}/${base_sbindir}
|
||||||
cp ${S}/vconfig ${D}/${exec_prefix}/bin
|
install -m 0755 ${S}/vconfig ${D}/${base_sbindir}/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user