diff --git a/net/bind/Makefile b/net/bind/Makefile index a936c5f253..f9d73b7024 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -222,10 +222,8 @@ 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/bind - $(CP) \ - ./files/bind/db.root \ - $(1)/etc/bind/ - $(CP) ./files/bind/named.conf.example $(1)/etc/bind/named.conf + $(INSTALL_DATA) ./files/bind/db.root $(1)/etc/bind + $(INSTALL_DATA) ./files/bind/named.conf $(1)/etc/bind $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named endef diff --git a/net/bind/files/bind/named.conf.example b/net/bind/files/bind/named.conf similarity index 100% rename from net/bind/files/bind/named.conf.example rename to net/bind/files/bind/named.conf