From 77dc6199c2227cb3e68a0cbf5964a5b4da16c587 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 10 Dec 2007 17:50:31 +0000 Subject: [PATCH] Fix bind installation SVN-Revision: 9702 --- net/bind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index fbd623d42..565449b3c 100644 --- 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 -- 2.30.2