aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-17 14:00:59 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-17 14:00:59 +0000
commitd4c999530aebf248b00bb133de76d48462915712 (patch)
tree26821f9c8c268724816ebce1853107e2b5f18181 /package
parentcec59778ae3bf1d430a6d782c09c4474a91cda3e (diff)
downloadupstream-d4c999530aebf248b00bb133de76d48462915712.tar.gz
upstream-d4c999530aebf248b00bb133de76d48462915712.tar.bz2
upstream-d4c999530aebf248b00bb133de76d48462915712.zip
add .svn cleanup to bind
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/bind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index d65d191964..934c582b8d 100644
--- a/package/bind/Makefile
+++ b/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)