From: florian Date: Mon, 10 Dec 2007 17:50:31 +0000 (+0000) Subject: Fix bind installation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=540d24f3bba999b48eb2764f7d89fa04e9775393;p=packages.git Fix bind installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@9702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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