diff options
| -rw-r--r-- | meta/recipes-connectivity/bind/bind_9.7.2-P3.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb index 4094aeb6b4..e3089bbece 100644 --- a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb | |||
| @@ -35,11 +35,11 @@ FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup" | |||
| 35 | FILES_${PN}-dev += "${bindir}/isc-config.h" | 35 | FILES_${PN}-dev += "${bindir}/isc-config.h" |
| 36 | 36 | ||
| 37 | do_install_append() { | 37 | do_install_append() { |
| 38 | rm "${D}/usr/bin/nslookup" | 38 | rm "${D}${bindir}/nslookup" |
| 39 | install -d "${D}/etc/bind" | 39 | install -d "${D}${sysconfdir}/bind" |
| 40 | install -d "${D}/etc/init.d" | 40 | install -d "${D}${sysconfdir}/init.d" |
| 41 | install -m 644 ${S}/conf/* "${D}/etc/bind" | 41 | install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" |
| 42 | install -m 755 "${S}/init.d" "${D}/etc/init.d/bind" | 42 | install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | CONFFILES_${PN} = " \ | 45 | CONFFILES_${PN} = " \ |
