projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7a0a3
)
bind: isc-config.sh gets installed into usr/bin, not /
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 13:33:11 +0000
(13:33 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 13:33:11 +0000
(13:33 -0000)
package/bind/bind.mk
patch
|
blob
|
history
diff --git
a/package/bind/bind.mk
b/package/bind/bind.mk
index 42c82a8f47e29e36b75979c9d54ea68949ce9ee8..aa0ce3e4fbf6803f0194dd9b4fa0628957db71f2 100644
(file)
--- 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