Commit 00fd5b22 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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

parent 7b7a0a32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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