Fix bind installation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-12-10 17:50:31 +00:00
parent 84362cd4c7
commit 540d24f3bb

View File

@ -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