diff options
| -rw-r--r-- | meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb index d24b81bc19..f5e28714eb 100644 --- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb +++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | |||
| @@ -70,8 +70,10 @@ do_install () { | |||
| 70 | 70 | ||
| 71 | # The script ebtables-save refernces perl in exec_prefix, so | 71 | # The script ebtables-save refernces perl in exec_prefix, so |
| 72 | # move it to sbindir to avoid QA issue | 72 | # move it to sbindir to avoid QA issue |
| 73 | install -d ${D}/${sbindir} | 73 | if ${base_sbindir} != ${sbindir} ; then |
| 74 | mv ${D}/${base_sbindir}/ebtables-save ${D}/${sbindir} | 74 | install -d ${D}/${sbindir} |
| 75 | mv ${D}/${base_sbindir}/ebtables-save ${D}/${sbindir} | ||
| 76 | fi | ||
| 75 | 77 | ||
| 76 | # Install systemd service files | 78 | # Install systemd service files |
| 77 | install -d ${D}${systemd_unitdir}/system | 79 | install -d ${D}${systemd_unitdir}/system |
