diff options
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb index 50aedd30d4..68487eab7d 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
@@ -79,7 +79,7 @@ do_install_append () { | |||
79 | 79 | ||
80 | rm -rf ${D}${libexecdir}/ | 80 | rm -rf ${D}${libexecdir}/ |
81 | # remove usr/lib if empty | 81 | # remove usr/lib if empty |
82 | rmdir ${D}${libdir} | 82 | rmdir ${D}${libdir} || true |
83 | } | 83 | } |
84 | 84 | ||
85 | PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ | 85 | PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ |