summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 14:00:59 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 14:00:59 +0000
commit5f64e11b9e3051634ee6877ea8ed9d263b942f24 (patch)
tree6356b3889ed8a3e9d8b31fdfc4e187b9ccba0b6c /openwrt
parent60a6316cd146ce5ac090bc8ade39005a39a39eb8 (diff)
add .svn cleanup to bind
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/bind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/bind/Makefile b/openwrt/package/bind/Makefile
index d65d19196..934c582b8 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)