mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
bind: isc-config.sh gets installed into usr/bin, not /
This commit is contained in:
parent
7b7a0a3277
commit
00fd5b2264
@ -31,7 +31,7 @@ BIND_CONF_OPT = $(DISABLE_IPV6) \
|
|||||||
$(eval $(call AUTOTARGETS,package,bind))
|
$(eval $(call AUTOTARGETS,package,bind))
|
||||||
|
|
||||||
$(BIND_HOOK_POST_INSTALL):
|
$(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)
|
ifneq ($(BR2_PACKAGE_BIND_TOOLS),y)
|
||||||
rm -rf $(addprefix $(TARGET_DIR)/usr/bin/, $(BIND_TARGET_BINS))
|
rm -rf $(addprefix $(TARGET_DIR)/usr/bin/, $(BIND_TARGET_BINS))
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user