From 540d24f3bba999b48eb2764f7d89fa04e9775393 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 10 Dec 2007 17:50:31 +0000 Subject: [PATCH] Fix bind installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@9702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0