aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bind/bind_9.3.4-P1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bind/bind_9.3.4-P1.bb')
-rw-r--r--recipes/bind/bind_9.3.4-P1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bind/bind_9.3.4-P1.bb b/recipes/bind/bind_9.3.4-P1.bb
index 45bf608fb3..70c261e9f7 100644
--- a/recipes/bind/bind_9.3.4-P1.bb
+++ b/recipes/bind/bind_9.3.4-P1.bb
@@ -19,7 +19,7 @@ INITSCRIPT_NAME = "bind"
INITSCRIPT_PARAMS = "defaults"
do_install_append() {
- rm "${D}/usr/bin/nslookup"
+ rm "${D}${bindir}/nslookup"
install -d "${D}/etc/bind"
install -d "${D}/etc/init.d"
install -m 644 ${S}/conf/* "${D}/etc/bind"