summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/vlan/vlan_1.9.bb4
1 files 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 d980a47f2..086f559a7 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 () {
21} 21}
22 22
23do_install () { 23do_install () {
24 install -d ${D}/${exec_prefix}/bin 24 install -d ${D}/${base_sbindir}
25 cp ${S}/vconfig ${D}/${exec_prefix}/bin 25 install -m 0755 ${S}/vconfig ${D}/${base_sbindir}/
26} 26}