From: Peter Korsgaard Date: Thu, 5 Mar 2009 13:33:11 +0000 (-0000) Subject: bind: isc-config.sh gets installed into usr/bin, not / X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00fd5b2264796a5f120fd5a1fa66cce71bd64719;p=buildroot.git bind: isc-config.sh gets installed into usr/bin, not / --- diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 42c82a8f47..aa0ce3e4fb 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -31,7 +31,7 @@ BIND_CONF_OPT = $(DISABLE_IPV6) \ $(eval $(call AUTOTARGETS,package,bind)) $(BIND_HOOK_POST_INSTALL): - rm -f $(TARGET_DIR)/isc-config.sh + rm -f $(TARGET_DIR)/usr/bin/isc-config.sh ifneq ($(BR2_PACKAGE_BIND_TOOLS),y) rm -rf $(addprefix $(TARGET_DIR)/usr/bin/, $(BIND_TARGET_BINS)) endif