Signed-off-by: Bian Naimeng <[email protected]>
---
meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
index d980a47..086f559 100644
--- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
+++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
@@ -21,6 +21,6 @@ do_compile () {
}
do_install () {
- install -d ${D}/${exec_prefix}/bin
- cp ${S}/vconfig ${D}/${exec_prefix}/bin
+ install -d ${D}/${base_sbindir}
+ install -m 0755 ${S}/vconfig ${D}/${base_sbindir}/
}
--
1.9.1
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel