diff options
| -rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb index b887fc7a42..293760ffc8 100644 --- a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb +++ b/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb | |||
| @@ -29,7 +29,8 @@ do_configure () { | |||
| 29 | ac_cv_target=${HOST_SYS} | 29 | ac_cv_target=${HOST_SYS} |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | do_install_prepend () { | 32 | do_install () { |
| 33 | mkdir -p ${D}/usr/sbin | 33 | mkdir -p ${D}/usr/sbin |
| 34 | install -c -m 555 tcpslice ${D}/usr/sbin | ||
| 34 | } | 35 | } |
| 35 | 36 | ||
