From: Nicolas Thill Date: Mon, 17 Oct 2005 14:00:59 +0000 (+0000) Subject: add .svn cleanup to bind X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=39496609bbbea84983c05e0b6b043e39aaad9a8a;p=15.05%2Fopenwrt.git add .svn cleanup to bind git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2140 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/bind/Makefile b/openwrt/package/bind/Makefile index d65d191964..934c582b8d 100644 --- a/openwrt/package/bind/Makefile +++ b/openwrt/package/bind/Makefile @@ -73,6 +73,7 @@ $(IPKG_BIND_SERVER): cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/named $(IDIR_BIND_SERVER)/usr/sbin/ cp -fpR files/bind $(IDIR_BIND_SERVER)/etc cp -fpR files/named.init $(IDIR_BIND_SERVER)/etc/init.d/S$(PKG_INIT_LEVEL)named + find $(IDIR_BIND_SERVER)/etc/bind -name ".svn" | xargs rm -rf $(RSTRIP) $(IDIR_BIND_SERVER) $(IPKG_BUILD) $(IDIR_BIND_SERVER) $(PACKAGE_DIR)