projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44fa5e
)
Fix bind installation
author
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2007 17:50:31 +0000
(17:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2007 17:50:31 +0000
(17:50 +0000)
SVN-Revision: 9702
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index fbd623d426923ea605b8bf5c8132cdd1529083b9..565449b3c009455fb63ece3181cbdbe9ad3b790a 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-119,7
+119,7
@@
define Package/bind-server/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc
- $(
INSTALL_BIN
) ./files/bind $(1)/etc/
+ $(
CP
) ./files/bind $(1)/etc/
$(INSTALL_DIR) $(1)/etc/init.d
$(CP) ./files/named.init $(1)/etc/init.d/named
find $(1)/etc/bind/ -name ".svn" | xargs rm -rf