bind: isc-config.sh gets installed into usr/bin, not /

This commit is contained in:
Peter Korsgaard 2009-03-05 13:33:11 +00:00
parent 7b7a0a3277
commit 00fd5b2264

View File

@ -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