diff options
| -rw-r--r-- | meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb index 22cb88ac12..b375ca94e5 100644 --- a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb +++ b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb | |||
| @@ -34,7 +34,9 @@ do_compile() { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | do_install() { | 36 | do_install() { |
| 37 | sed -i -e "s;SBIN\t\t= \$(BUILD_ROOT)/sbin;SBIN\t\t= \$(BUILD_ROOT)/$base_sbindir;" ${S}/Makefile | 37 | sed -i -e "s;SBIN\t\t= \$(BUILD_ROOT)/sbin;SBIN\t\t= \$(BUILD_ROOT)$base_sbindir;" \ |
| 38 | -e "s;INIT\t\t= \$(BUILD_ROOT)/etc/rc.d/init.d;INIT\t\t= \$(BUILD_ROOT)${sysconfdir}/init.d;" \ | ||
| 39 | ${S}/Makefile | ||
| 38 | oe_runmake 'BUILD_ROOT=${D}' install | 40 | oe_runmake 'BUILD_ROOT=${D}' install |
| 39 | } | 41 | } |
| 40 | 42 | ||
