diff options
-rw-r--r-- | meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb index 58407a1309..4f3c16dc37 100644 --- a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb +++ b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb | |||
@@ -34,6 +34,7 @@ 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 | oe_runmake 'BUILD_ROOT=${D}' install | 38 | oe_runmake 'BUILD_ROOT=${D}' install |
38 | } | 39 | } |
39 | 40 | ||